Skip to main content
All docs
V25.1
  • DimensionValue.Equals(DimensionValue) Method

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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