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