Method Equals
Equals(MongoCredential)
Compares this MongoCredential to another MongoCredential.
public bool Equals(MongoCredential rhs)
Parameters
rhs
MongoCredentialThe other credential.
Returns
- bool
True if the two credentials are equal.
Equals(object)
Compares this MongoCredential to another MongoCredential.
public override bool Equals(object obj)
Parameters
obj
objectThe other credential.
Returns
- bool
True if the two credentials are equal.