Exemplo n.º 1
0
 protected bool Equals(SpecBodySaved other)
 {
     return(string.Equals(id, other.id) && string.Equals(revision, other.revision));
 }
Exemplo n.º 2
0
 protected bool Equals(SpecBodySaved other)
 {
     return string.Equals(id, other.id) && string.Equals(revision, other.revision);
 }