Ejemplo n.º 1
0
 protected bool Equals(SpecNodeChanged other)
 {
     return Equals(node, other.node);
 }
Ejemplo n.º 2
0
 protected bool Equals(SpecNodeChanged other)
 {
     return(Equals(node, other.node));
 }