Skip to main content
.NET 6.0+

ContextIdentifier.GetHashCode() Method

Serves as a hash function for the ContextIdentifier.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

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

Remarks

Generally, you do not need to call this method.

See Also