Skip to main content

BreadCrumbHistoryItem.Equals(Object) Method

Compares this BreadCrumbHistoryItem with a specific object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool Equals(
    object obj
)

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