Skip to main content

DimensionValue.Equals(DimensionValue) Method

Determines whether the current and the specified object instances are considered equal.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public bool Equals(
    DimensionValue other
)

#Parameters

Name Type Description
other DimensionValue

The DimensionValue object to compare with the current object.

#Returns

Type Description
Boolean

True, if the specified DimensionValue instance is equal to the current instance; otherwise, false.

See Also