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

BoolList.GetHashCode() Method

Serves as a hash function for the BoolList.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

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

Remarks

Generally, you do not need to call this method.

See Also