示例#1
0
 protected bool Equals( UpdatedEntity other )
 {
   return base.Equals( other ) && Updated.Equals( other.Updated );
 }
示例#2
0
 protected bool Equals(UpdatedEntity other)
 {
     return(base.Equals(other) && Updated.Equals(other.Updated));
 }