Point.Equals

Point.Equals method

Determines whether the specified point is equal to the current point.

public override bool Equals(object obj)
Parameter Type Description
obj Object The point to compare with the current point.

Return Value

true if the specified point is equal to the current point; otherwise, false.

See Also