[]
        
(Showing Draft Content)

C1.Util.DX.Point2L.Equals

Equals Method

Equals(object)

Indicates whether this instance and a specified object are equal.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides

Equals(Point2L)

Indicates whether this instance and a specified object are equal.

Declaration
public bool Equals(Point2L other)
Public Function Equals(other As Point2L) As Boolean
Parameters
Type Name Description
Point2L other
Returns
Type Description
bool
Implements