Skip to main content

GalleryItem.GetHashCode() Method

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

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.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. For more information about hash codes, review the following article: GetHashCode().

See Also