Skip to main content
A newer version of this page is available. .

BreadCrumbHistoryItem.Equals(Object) Method

Compares this BreadCrumbHistoryItem with a specific object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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