Skip to main content

CoordPoint.Equals(Object) Method

Determines whether the two specified CoordPoint objects are equal.

Namespace: DevExpress.Map

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

NuGet Package: DevExpress.Map.Core

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