Example #1
0
 protected bool Equals(CreatedEntityAsync other)
 {
     return(base.Equals(other) && Created.Equals(other.Created));
 }
 protected bool Equals( CreatedEntityAsync other )
 {
     return base.Equals( other ) && Created.Equals( other.Created );
 }