|
| static bool | cmpQueryQueryE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpQueryQueryO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpQueryNumber (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpQueryStringE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpQueryStringO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfQueryE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfQueryO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpQueryBoolE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpQueryBoolO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpBoolBoolE (Operator.Op op, bool n1, bool n2) |
| |
| static bool | cmpBoolBoolE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpBoolBoolO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpBoolNumberE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpBoolNumberO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpBoolStringE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfBoolE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpBoolStringO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfBoolO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpNumberNumber (Operator.Op op, double n1, double n2) |
| |
| static bool | cmpNumberNumberO (Operator.Op op, double n1, double n2) |
| |
| static bool | cmpNumberNumber (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpStringNumber (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfNumber (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpStringStringE (Operator.Op op, string n1, string n2) |
| |
| static bool | cmpStringStringE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfStringE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfRtfE (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpStringStringO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfStringO (Operator.Op op, object val1, object val2) |
| |
| static bool | cmpRtfRtfO (Operator.Op op, object val1, object val2) |
| |
| static string | Rtf (object o) |
| |
| static int | GetMedian (int l, int r) |
| |
Definition at line 6 of file LogicalExpr.cs.