Skip to main content

NavBarHitInfo.IsEquals(Object) Method

Returns a value indicating whether the specified object has the same contents as this one.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual bool IsEquals(
    object obj
)

Parameters

Name Type Description
obj Object

An object whose contents are compared to this object’s contents.

Returns

Type Description
Boolean

true if this object and that specified have the same contents; otherwise false.

Remarks

The IsEquals method returns true if the NavBarHitInfo.Group, NavBarHitInfo.Link and NavBarHitInfo.HitTest properties of two objects coincide. Otherwise it returns false.

See Also