예제 #1
0
 protected bool Equals(OrangeSomething other)
 {
     return(Id.Equals(other.Id));
 }
 protected bool Equals(OrangeSomething other)
 {
     return Id.Equals(other.Id);
 }