Back to Devexpress

AxisPointTuple.Equals(Object) Method

dashboard-devexpress-dot-dashboardcommon-dot-viewerdata-dot-axispointtuple-dot-equals-x28-system-dot-object-x29.md

latest1.6 KB
Original Source

AxisPointTuple.Equals(Object) Method

Determines whether the specified object is equal to the current AxisPointTuple instance.

Namespace : DevExpress.DashboardCommon.ViewerData

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public override bool Equals(
    object obj
)
vb
Public Overrides Function Equals(
    obj As Object
) As Boolean

Parameters

NameTypeDescription
objObject

The object to compare with the current object.

|

Returns

TypeDescription
Boolean

true , if the specified object is equal to the current AxisPointTuple instance; otherwise, false.

|

See Also

AxisPointTuple Class

AxisPointTuple Members

DevExpress.DashboardCommon.ViewerData Namespace