Defines a greater-than-or-equal-to 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 greater than or equal to the
right-hand operand (a non-null policy is greater than or equal to
null, and two null values are equal);
false if the left is null while the right
is not, or the left is less than the right.