Operator operator >=
operator >=(OffsetTime, OffsetTime)
Determines whether one specified OffsetTime represents a duration that is the same as or earlier than the other specified OffsetTime
public static bool operator >=(OffsetTime left, OffsetTime right)
Parameters
left
OffsetTimeThe first object to compare.
right
OffsetTimeThe second object to compare.
Returns
- bool
if one is the same as or earlier than another, otherwisetrue
.false