Noda Time
Inequality Operator
NamespacesNodaTimeLocalTimeInequality(LocalTime, LocalTime)

[This is preliminary documentation and is subject to change.]

Compares two local times for inequality.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator !=(
	LocalTime lhs,
	LocalTime rhs
)
Public Shared Operator <> ( _
	lhs As LocalTime, _
	rhs As LocalTime _
) As Boolean
public:
static bool operator !=(
	LocalTime lhs, 
	LocalTime rhs
)
Parameters
lhs (LocalTime)
The first value to compare
rhs (LocalTime)
The second value to compare
Return Value
False if the two times are the same; true otherwise

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)