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

CustomLogics.GetHashCode() Method

Serves as a hash function for the CustomLogics.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

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

Remarks

Generally, you do not need to call this method.

See Also