Exemplo n.º 1
0
 protected bool Equals(ObjectIdEntityAsync other)
 {
     return(string.Equals(ObjectId, other.ObjectId));
 }
Exemplo n.º 2
0
 protected bool Equals( ObjectIdEntityAsync other )
 {
   return string.Equals( ObjectId, other.ObjectId );
 }