Skip to main content
All docs
V22.2

CardFormatRuleDimensionLayoutElement.Equals(Object) Method

Determines whether the specified object is equal to the CardFormatRuleDimensionLayoutElement instance.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

The object to compare with the current object.

Returns

Type Description
Boolean

true if the specified object is equal to the CardFormatRuleDimensionLayoutElement instance; otherwise false.

See Also