op_Equality

Point Equality operator

Determines whether two Point objects are 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 the same; otherwise,

false

See Also