[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Contains static methods useful for help with FilterOperators.
The following tables list the members exposed by the FilterOperatorHelper type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsComparisonOperator | Returns true for relational comparison operators which excludes the = equals operator, else returns false. |
![]() ![]() | IsRangeOperator | Returns true for range operator, false if not a range operator. |
![]() ![]() | ParseComparisonOperator | Parse the comparison operator returning null if not a valid operator. |
![]() ![]() | ParseRangeOperator | Parse the range operator from booleans describing whether the Start or end values are exclusive. |
![]() | ToString | (Inherited from Object.) |