The following tables list the members exposed by ComparisonCondition.
Name | Description | |
---|---|---|
ComparisonCondition Constructor | Overloaded. |
Name | Description | |
---|---|---|
DisplayText | Gets or sets the text to use in the UI for the condition. | |
Operator | Gets or sets the comparison operator. | |
Value | Returns the comparison value. This is the value on the right hand side of the comparison operator. |
Name | Description | |
---|---|---|
Create | Overloaded. Creates a new ComparisonCondition instance based on the specified parameters. | |
Equals | Returns true if the passed in object is equal | |
GetComparisonOperatorFlag | Returns the ComparisonOperatorFlags value associated with the specified comparison operator. | |
GetComparisonOperators | Returns the list of comparison operators that are included in the specified flags. | |
GetCompatibleComparisonOperator | Gets preferred comparison operator out of availableOperators for the specified data type. If none of the preferred operators are in the availableOperators flags, then it will return the operator associated with the first set bit in the availableOperators. If availableOperators parameter is empty (0), then it will return the default operator deemed the most appropriate for the specified data type. | |
GetCompatibleComparisonOperators | Gets comparison operators that are compatible with values of specified data type. | |
GetHashCode | Caclulates a value used for hashing | |
IsCompareValueValid | Indicates if the compare value is valid for the specified operator. | |
IsCountingOperator | Indicates if the specified operator counts top or bottom N number of values (Top, TopPercentile, Bottom, BottomPercentile). | |
IsMatch | Returns true if the specified value matches the condition. False otherwise. | |
IsQuantitativeComparison | Indicates if the specified operator performs quantitative comparison. | |
IsStringComparison | Indicates if the specified operator performs string comparison. | |
ToString | Returns a string representation of the condition. |