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 equal (or both null).
Compares two MongoUrls.
public static bool operator ==(MongoUrl lhs, MongoUrl rhs)
True if the two URLs are equal (or both null).