Method Equals
Equals(object)
Determines whether the specified object is equal to this instance.
public override bool Equals(object obj)
Parameters
Returns
Equals(MongoIdentity)
Determines whether the specified instance is equal to this instance.
public bool Equals(MongoIdentity rhs)
Parameters
rhs
MongoIdentityThe right-hand side.
Returns
- bool
true
if the specified instance is equal to this instance; otherwise,false
.