StartOfYearInequality Operator |
Determines whether two specified StartOfYear instances are not equal.
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 and
rhs do not represent the same
StartOfYear;
false otherwise.
See Also