BreadCrumbNode.Equals(Object) Method
Gets whether this BreadCrumbNode equals the target object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An Object to compare with this BreadCrumbNode. |
Returns
Type | Description |
---|---|
Boolean | true if this BreadCrumbNode equals the target object; otherwise, false. |
See Also