Point.op_Equality

Point Equality operator

Implements the operator ==.

public static bool operator ==(Point a, Point b)
ParameterTypeDescription
aPointThe A instance.
bPointThe B instance.

Return Value

The result of the operator.

See Also