예제 #1
0
 internal bool Equals(PointerTypeSymbol other)
 {
     return(this.Equals(other, TypeCompareKind.IgnoreTupleNames));
 }