Skip to main content
A newer version of this page is available. .

CoordPoint.Equals(Object) Method

Determines whether the two specified CoordPoint objects are equal.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v18.2.Core.dll

Declaration

public override bool Equals(
    object o
)

Parameters

Name Type Description
o Object

The object to compare with the current object.

Returns

Type Description
Boolean

true if specified objects are equal; otherwise false.

See Also