DataGateCredential.Equals Method

Definition

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

Determines whether the specified object is equal to the current object.

Overloads

Signature Description
Equals(bool Equals(object obj)) Determines whether the specified object is equal to the current object.
Equals(bool Equals(IDataGateCredential other)) Determines whether the specified IDataGateCredential is equal to the current object.

bool Equals(object obj)

Determines whether the specified object is equal to the current object.

bool Equals(object obj)

Parameters

Type Parameter name Description
Object obj The object to compare with the current object.

Returns

Type Description
Boolean True if the specified object is equal to the current object; otherwise, false.

bool Equals(IDataGateCredential other)

Determines whether the specified IDataGateCredential is equal to the current object.

bool Equals(IDataGateCredential other)

Parameters

Type Parameter name Description
IDataGateCredential other The IDataGateCredential to compare with the current object.

Returns

Type Description
Boolean True if the specified IDataGateCredential is equal to the current object; otherwise, false.

See Also