Beispiel #1
0
 protected bool Equals( CreatedEntity other )
 {
     return base.Equals( other ) && Created.Equals( other.Created );
 }
Beispiel #2
0
 protected bool Equals(CreatedEntity other)
 {
     return(base.Equals(other) && Created.Equals(other.Created));
 }