Contains a logical operation for comparing the value of a field with a specified value.

C# |
public class Operator

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Operator()()()() | Initializes a new instance of the Operator class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Type |
The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or
equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison
types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below. The
comparison operators EQ and REF_EQ act on the following fields:
Constraints: |
![]() | Values |
The value that the actual field value will be compared with.
|
![]() | WithType(String) | Obsolete.
Sets the Type property
|
![]() | WithValues(array<String>[]()[][]) | Obsolete.
Adds elements to the Values collection
|
![]() | WithValues(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the Values collection
|

Object | |
![]() | Operator |