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.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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