Skip to main content

ContextIdentifiers.GetHashCode() Method

Serves as a hash function for the ContextIdentifiers.

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

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

Remarks

Generally, you do not need to call this method.

See Also