Skip to main content

BreadCrumbHistoryItem.GetHashCode() Method

Gets the integer hash code that corresponds to the current BreadCrumbHistoryItem 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 the BreadCrumbHistoryItem‘s hash code.

Remarks

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

See Also