Exemple #1
0
 protected bool Equals(TypeOperatorNodeBase other)
 {
     return(Type == other.Type && Equals(TypeSignature, other.TypeSignature));
 }
Exemple #2
0
 protected bool Equals(TypeOperatorNodeBase other)
 {
     return Type == other.Type && Equals(TypeSignature, other.TypeSignature);
 }