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 not equal (or one is null and the other is not).