Determines whether the specified object is equal to the current AxisPointTuple instance.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public override bool Equals(
object obj
)
Public Overrides Function Equals(
obj As Object
) As Boolean
Type | Name | Description |
---|---|---|
Object | obj | The object to compare with the current object. |
Type | Description |
---|---|
Boolean | true, if the specified object is equal to the current AxisPointTuple instance; otherwise, false. |