Method Equals
Equals(MongoUrl)
Compares two MongoUrls.
public bool Equals(MongoUrl rhs)
Parameters
rhs
MongoUrlThe other URL.
Returns
- bool
True if the two URLs are equal.
Equals(object)
Compares two MongoUrls.
public override bool Equals(object obj)
Parameters
obj
objectThe other URL.
Returns
- bool
True if the two URLs are equal.