Skip to main content

RibbonHitInfo.Equals(Object) Method

Determines whether the specified Object is equal to the current Object.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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 current Object; otherwise, false.

See Also