GreaterThan(ProcessTimeoutPolicy?, ProcessTimeoutPolicy?) Operator

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Defines a greater-than comparison between two ProcessTimeoutPolicy instances. Null is considered less than any non-null value.

public static bool operator>(ProcessTimeoutPolicy? left, ProcessTimeoutPolicy? right)

Parameters

left
ProcessTimeoutPolicy

The left-hand operand in the comparison.

right
ProcessTimeoutPolicy

The right-hand operand in the comparison.

Returns

Boolean
true if the left-hand operand is greater than the right-hand operand (a non-null policy is greater than null); false if the left is null or the left is not greater than the right.