'Declaration Public Enum Operator Inherits System.Enum
public enum Operator : System.Enum
'Declaration Public Enum Operator Inherits System.Enum
public enum Operator : System.Enum
| Member | Description | 
|---|---|
| Between | Check if value is between the two values. | 
| BottomN | Check if value is in bottom N values. | 
| BottomPercent | Check if value is in bottom N percent values. | 
| Equal | Equality comparison. | 
| GreaterThan | Greater than comparison. | 
| GreaterThanOrEqual | Greater than, or equal comparison. | 
| In | Check if value is equal to any value. | 
| LessThan | Less than comparison. | 
| LessThanOrEqual | Less than, or equal comparison. | 
| Like | Like comparison. Uses the same special characters as the Visual Basic LIKE operator (for example “?” to represent a single character and “*” to represent any series of characters). | 
| NotEqual | Inequality comparison. | 
| TopN | Check if value is in top N values. | 
| TopPercent | Check if value is in top N percent values. | 
System.Object
   System.ValueType
      System.Enum
         C1.C1Rdl.Operator