DataGateCredentialEqualityComparer.Equals Method
Definition
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Determines whether the specified IDataGateCredential objects are equal.
bool Equals(IDataGateCredential x, IDataGateCredential y)
Determines whether the specified IDataGateCredential objects are equal.
bool Equals(IDataGateCredential x, IDataGateCredential y)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| IDataGateCredential | x | The first IDataGateCredential object to compare. |
| IDataGateCredential | y | The second IDataGateCredential object to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the specified IDataGateCredential objects are equal; otherwise, false. |