Method | Description | |
---|---|---|
ComparisonOperator ( char cOperator ) : System | ||
ComparisonOperator ( string szOperator ) : System | ||
Eval ( IOperand lhs, IOperand rhs ) : IOperand |
public ComparisonOperator ( char cOperator ) : System | ||
cOperator | char | |
return | System |
public ComparisonOperator ( string szOperator ) : System | ||
szOperator | string | |
return | System |
public Eval ( IOperand lhs, IOperand rhs ) : IOperand | ||
lhs | IOperand | |
rhs | IOperand | |
return | IOperand |