Method | Description | |
---|---|---|
DoesEqual ( this a, Expr b ) : bool | ||
DoesEqual ( this a, Stmt b ) : bool | ||
DoesEqualExact ( this a, Expr b ) : bool | ||
DoesEqualNot ( this a, Expr b ) : bool | ||
DoesEqualNotExact ( this a, Expr b ) : bool | ||
IsLiteralBoolean ( this e, bool value ) : bool | ||
IsLiteralNull ( this e ) : bool |
public static DoesEqual ( this a, Expr b ) : bool | ||
a | this | |
b | Expr | |
return | bool |
public static DoesEqual ( this a, Stmt b ) : bool | ||
a | this | |
b | Stmt | |
return | bool |
public static DoesEqualExact ( this a, Expr b ) : bool | ||
a | this | |
b | Expr | |
return | bool |
public static DoesEqualNot ( this a, Expr b ) : bool | ||
a | this | |
b | Expr | |
return | bool |
public static DoesEqualNotExact ( this a, Expr b ) : bool | ||
a | this | |
b | Expr | |
return | bool |
public static IsLiteralBoolean ( this e, bool value ) : bool | ||
e | this | |
value | bool | |
return | bool |
public static IsLiteralNull ( this e ) : bool | ||
e | this | |
return | bool |