Operator operator !=
operator !=(MongoCredential, MongoCredential)
Compares two MongoCredentials.
public static bool operator !=(MongoCredential lhs, MongoCredential rhs)
Parameters
lhs
MongoCredentialThe first MongoCredential.
rhs
MongoCredentialThe other MongoCredential.
Returns
- bool
True if the two MongoCredentials are not equal (or one is null and the other is not).