DataGateCredentialEqualityComparer.GetHashCode Method

Definition

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

Returns a hash code for the specified IDataGateCredential object.

int GetHashCode(IDataGateCredential obj)

Returns a hash code for the specified IDataGateCredential object.

int GetHashCode(IDataGateCredential obj)

Parameters

Type Parameter name Description
IDataGateCredential obj The IDataGateCredential object for which a hash code is to be returned.

Returns

Type Description
Int32 A hash code for the specified IDataGateCredential object.

See Also