Beispiel #1
0
 protected bool Equals(SpecBodySaved other)
 {
     return(string.Equals(id, other.id) && string.Equals(revision, other.revision));
 }
 protected bool Equals(SpecBodySaved other)
 {
     return string.Equals(id, other.id) && string.Equals(revision, other.revision);
 }