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