Point.op_Inequality

Point Inequality 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