YearMonthDay Operators |
The YearMonthDay type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | GreaterThan |
Returns true if left is greater than right.
|
![]() ![]() | GreaterThanOrEqual |
Returns true if left is greater than or equal to right.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|
![]() ![]() | LessThan |
Returns true if left is less than right.
|
![]() ![]() | LessThanOrEqual |
Returns true if left is less than or equal to right.
|