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

GalleryItem.GetHashCode() Method

Gets the hash code (a number) of the current GalleryItem object.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

An integer value that specifies the hash code for the current object.

Remarks

This method supports the .NET infrastructure. See the GetHashCode() topic in MSDN for more information.

See Also