Skip to main content
A newer version of this page is available. .

RibbonHitInfo.Equals(Object) Method

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

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.1.dll

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