DayRangeEquality Operator |
Determines whether two specified DayRange instances are equal.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static bool operator ==(
DayRange lhs,
DayRange rhs
)
Public Shared Operator = (
lhs As DayRange,
rhs As DayRange
) As Boolean
Parameters
- lhs DayRange
- The first DayRange to compare.
- rhs DayRange
- The second DayRange to compare.
Return Value
Booleantrue if
lhs and
rhs represent the same
DayRange;
false otherwise.
See Also