Beispiel #1
0
 protected bool Equals(SpecChanged other)
 {
     return(Equals(node, other.node));
 }
 protected bool Equals(SpecChanged other)
 {
     return Equals(node, other.node);
 }