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