StartOfYearLessThan Operator |
Determines whether one specified StartOfYear is earlier than
another specified StartOfYear.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static bool operator <(
StartOfYear lhs,
StartOfYear rhs
)
Public Shared Operator < (
lhs As StartOfYear,
rhs As StartOfYear
) As Boolean
Parameters
- lhs StartOfYear
- The first StartOfYear to compare.
- rhs StartOfYear
- The second StartOfYear to compare.
Return Value
Booleantrue if
lhs is earlier than
rhs;
false otherwise.
See Also