Click or drag to resize
MongoCredentialEquality Operator
Compares two MongoCredentials.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
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 equal (or both null).
See Also