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

BreadCrumbNode.Equals(Object) Method

Gets whether this BreadCrumbNode equals the target 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 compare with this BreadCrumbNode.

Returns

Type Description
Boolean

true, if this BreadCrumbNode equals the target object; otherwise, false.

See Also