UserPasswordCredential.Equals Method

Definition

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

Determines whether the current instance of is equal to the specified instance.

bool Equals(IDataGateCredential other)

Determines whether the current instance of is equal to the specified instance.

Remarks

This method is used to compare the current instance with another instance of the UserPasswordCredential class. The comparison is based on the user, password type, and password of the instances.

bool Equals(IDataGateCredential other)

Parameters

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

Returns

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

See Also