RecentFileViewModel.GetHashCode() Method
Gets the hash code (a number) that corresponds to the value of the current RecentFileViewModel object.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v23.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Returns
Type | Description |
---|---|
Int32 | An integer value representing the hash code for the current object. |
Remarks
This member supports the .NET infrastructure. For more information on hash codes, refer to the Object.GetHashCode Method MSDN topic.
See Also