protected bool Equals(NewObjectNode other) { return(base.Equals(other) && Equals(TypeSignature, other.TypeSignature)); }
protected bool Equals(NewObjectNode other) { return base.Equals(other) && Equals(TypeSignature, other.TypeSignature); }