Beispiel #1
0
 public abstract bool Equal(JavaCompiler.Type other);
Beispiel #2
0
 public bool Compatible(JavaCompiler.Type other)
 {
     return(Equal(other));
 }