Click or drag to resize

MongoCredentialInequality Operator

Compares two MongoCredentials.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static bool operator !=(
	MongoCredential lhs,
	MongoCredential rhs
)

Parameters

lhs
Type: MongoDB.DriverMongoCredential
The first MongoCredential.
rhs
Type: MongoDB.DriverMongoCredential
The other MongoCredential.

Return Value

Type: Boolean
True if the two MongoCredentials are not equal (or one is null and the other is not).
See Also