Operator LessThanOrEqual
LessThanOrEqual(FieldValue, FieldValue)
Determines whether one specified instance of
FieldValue is less than or equal to another
specified instance of
FieldValue.
Declaration
public static bool operator <=(FieldValue value1, FieldValue value2)
Parameters
| Type |
Name |
Description |
| FieldValue |
value1 |
The first instance to compare. |
| FieldValue |
value2 |
The second instance to compare. |
Returns
| Type |
Description |
| Boolean |
true if value1 is less than
or equal to value2, otherwise false.
|
Exceptions
See Also