Delimiter.GetHashCode Method

Definition

Namespace: ASNA.DataGate.Client.CopyData
Assembly: ASNA.QSys.DataGate.Client.dll

Serves as the default hash function.

int GetHashCode()

Serves as the default hash function.

Remarks

This method overrides the base method and simply calls the base implementation.The base implementation of returns a hash code for the current object.

int GetHashCode()

See Also