Operator operator <
operator <(Property, Property)
Compare the two given operands if they are numbers.
Declaration
public static bool operator <(Property a, Property b)
Parameters
| Type | Name | Description |
|---|---|---|
| Property | a | Left operand. |
| Property | b | Right operand. |
Returns
| Type | Description |
|---|---|
| bool | True if |
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Thrown if one of the operands' type isn't supported. |