Equals

Equals(Point)

Compares coordinates with another point.

public bool Equals(Point item)
Parameter Type Description
item Point The point to compare with.

Return Value

true when both coordinates match; otherwise false.

See Also


Equals(object)

Compares this point with another object.

public override bool Equals(object item)
Parameter Type Description
item Object The object to compare with.

Return Value

true when item is a matching Point; otherwise false.

See Also