BreadCrumbHistoryItem.GetHashCode() Method
Gets the integer hash code that corresponds to the current BreadCrumbHistoryItem object’s value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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