AreaMeasurementUnit.Equals(Object) Method
Indicates whether the current object is equal to another object.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v20.2.dll
Declaration
public override bool Equals(
object obj
)
Public Overrides Function Equals(
obj As Object
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | true, if the current object is equal to the obj parameter; otherwise, false. |
See Also
Feedback