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