Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ImageInfo.GetHashCode() Method

Serves as a hash function for the ImageInfo.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

An integer value representing a hash code for the current ImageInfo.

Remarks

Generally, you do not need to use this method.

See Also