op_Inequality

Point Inequality operator

Determines whether two Point objects are not the same.

public static bool operator !=(Point left, Point right)
Parameter Type Description
left Point Left Point object.
right Point Right Point object.

Return Value

true

if both Point objects are not the same; otherwise,

false

See Also