DataGateCredentialEqualityComparer class
Provides a comparer for IDataGateCredential objects, which supports equality comparisons.
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Properties
Methods
Determines whether the specified IDataGateCredential objects are equal.
bool Equals(IDataGateCredential x, IDataGateCredential y)
Parameters
Returns
Type |
Description |
Boolean |
True if the specified IDataGateCredential objects are equal; otherwise, false. |
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. |