CoordPoint.Equals(Object) Method
Determines whether the two specified CoordPoint objects are equal.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
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