Noda Time
GreaterThanOrEqual Operator
NamespacesNodaTimeLocalTimeGreaterThanOrEqual(LocalTime, LocalTime)

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

Compares two LocalTime values to see if the left one is later than or equal to the right one.
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)
First operand of the comparison
rhs (LocalTime)
Second operand of the comparison
Return Value
true if the lhs is later than or equal to rhs, false otherwise.

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