Operator operator !=
operator !=(MongoUrl, MongoUrl)
Compares two MongoUrls.
public static bool operator !=(MongoUrl lhs, MongoUrl rhs)
Parameters
Returns
- bool
True if the two URLs are not equal (or one is null and the other is not).
Compares two MongoUrls.
public static bool operator !=(MongoUrl lhs, MongoUrl rhs)
True if the two URLs are not equal (or one is null and the other is not).