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