Skip to main content

BreadCrumbNode.GetHashCode() Method

Gets the integer hash code that corresponds to the current BreadCrumbNode object’s value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

An Int32 value that is this BreadCrumbNode‘s hash code.

Remarks

This function supports the .NET infrastructure. For more information on hash codes, see the GetHashCode() topic in MSDN.

See Also