[]
        
(Showing Draft Content)

GrapeCity.Drawing.Point.Equals

Equals Method

Equals(Point)

Indicates whether the current value is equal to another value of the same type.

Declaration
public bool Equals(Point other)
Public Function Equals(other As Point) As Boolean
Parameters
Type Name Description
Point other

A value to compare with this value.

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false.

Implements