DimensionValue.Equals(DimensionValue) Method
Determines whether the current and the specified object instances are considered equal.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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