PropagationProfilePoint.Operator == Method
Thread safety: This method is thread-safe.
operator ==(PropagationProfilePoint x, PropagationProfilePoint y)
Determines whether two specified PropagationProfilePoint objects have the same value.Syntax
public static System.Boolean operator == (
    PropagationProfilePoint x,
    PropagationProfilePoint y
)Parameters
x
Type: PropagationProfilePoint
The first object.
The first object.
y
 Type: PropagationProfilePoint
The second object.
The second object.
Return Value
Type: System.Boolean
True if x and y have the same value; otherwise, False.
   True if x and y have the same value; otherwise, False.
Platforms
Windows, Linux, Android