StartOfYearLessThanOrEqual Operator |
Determines whether one specified StartOfYear is the same as or
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 the same as or
earlier than
rhs;
false otherwise.
See Also