EqualType() public abstract method

public abstract EqualType ( ExprType other ) : System.Boolean
other ExprType
return System.Boolean
Beispiel #1
0
 public static Boolean EqualType(ExprType t1, ExprType t2)
 {
     return(t1.EqualType(t2));
 }
Beispiel #2
0
 public static Boolean EqualType(ExprType t1, ExprType t2) {
     return t1.EqualType(t2);
 }