OperatorEvaluation.CompareLE Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: OperatorEvaluation
Compare two values for Less Than or Equal
public static object CompareLE(object a, object b);
Parameters
| object a | The first operand |
| object b | The second operand |
Returns
| object | The result of the comparison |
