Defines a less-than comparison between two ProcessTimeoutPolicy instances. Null is considered less than any non-null value.
public static bool operator <(ProcessTimeoutPolicy? left, ProcessTimeoutPolicy? right)
The left-hand operand in the comparison.
The right-hand operand in the comparison.
true if the left-hand operand is less than the right-hand
operand (null is less than any non-null policy);
false if the right is null or the left is
not less than the right.