Operator operator >=
operator >=(Duration, Duration)
Determines whether one specified Duration represents a duration that is the same as or less than the other specified Duration
public static bool operator >=(Duration left, Duration right)
Parameters
Returns
- bool
if one is greater and equal to another, otherwisetrue
.false