Operator operator ==
operator ==(MongoServerAddress, MongoServerAddress)
Compares two server addresses.
Parameters
lhs
MongoServer Address The first address.
rhs
MongoServer Address The other address.
Returns
- bool
True if the two addresses are equal (or both are null).