Operator operator >
operator >(LocalDateTime, LocalDateTime)
Determines whether one specified LocalDateTime is later than another 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 later than another, otherwisetrue
.false