Define a Data Compare condition
[ConditionCompare("Cond4", nameof(S1), ">", 2)]
Determine whether the property S1 is greater than 2
CompareType | Property Type | Help |
has | Flag Enum | Enum.HasFlag |
> | IComparable |
|
>= | IComparable or Equals supported |
|
< | IComparable |
|
<= | IComparable or Equals supported |
|
!= | Equals supported |
|
=, == | Equals supported |
|
For more information, please refer to the "Condition" description section