MapBounds.Equals(Object) Method
Determines whether the current object has the same settings as the specified object.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v25.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| o | Object | A MapBounds object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the object specified by the parameter has the same settings as the current object; otherwise, false. |
See Also