Beispiel #1
0
 protected bool Equals(ObjectIdEntity other)
 {
     return(string.Equals(ObjectId, other.ObjectId));
 }
Beispiel #2
0
 protected bool Equals(ObjectIdEntity other)
 {
   return string.Equals( ObjectId, other.ObjectId );
 }