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