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