BreadCrumbHistoryItem.Equals(Object) Method
Compares this BreadCrumbHistoryItem with a specific 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 be compared with this BreadCrumbHistoryItem. |
Returns
Type | Description |
---|---|
Boolean | true if the compared object is a BreadCrumbHistoryItem with the same BreadCrumbHistoryItem.Path property value as this BreadCrumbHistoryItem; otherwise, false. |
See Also