예제 #1
0
 protected bool Equals(ObjectIdEntityAsync other)
 {
     return(string.Equals(ObjectId, other.ObjectId));
 }
예제 #2
0
 protected bool Equals( ObjectIdEntityAsync other )
 {
   return string.Equals( ObjectId, other.ObjectId );
 }