Exemple #1
0
 protected bool Equals(NewObjectNode other)
 {
     return(base.Equals(other) && Equals(TypeSignature, other.TypeSignature));
 }
Exemple #2
0
 protected bool Equals(NewObjectNode other)
 {
     return base.Equals(other) && Equals(TypeSignature, other.TypeSignature);
 }