DayRangeEquals(DayRange) Method |
Returns true if other covers exactly the same days as this DayRange;
false otherwise.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool Equals(
DayRange other
)
Public Function Equals (
other As DayRange
) As Boolean
Parameters
- other DayRange
- The instance to compare with this instance.
Return Value
Booleantrue if
other is equal to this instance;
false otherwise.
Implements
IEquatableTEquals(T)See Also