BoolList.GetHashCode() Method
Serves as a hash function for the BoolList.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Returns
Type |
Description |
Int32 |
An integer value representing a hash code for the current BoolList.
|
Returns
Type |
Description |
Int32 |
An integer value representing a hash code for the current BoolList.
|
Returns
Type |
Description |
Int32 |
An integer value representing a hash code for the current BoolList.
|
Generally, you do not need to call this method.
See Also