Noda Time
GreaterThan Operator
NamespacesNodaTimeOffsetGreaterThan(Offset, Offset)

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

Implements the operator > (greater than).
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator >(
	Offset left,
	Offset right
)
Public Shared Operator > ( _
	left As Offset, _
	right As Offset _
) As Boolean
public:
static bool operator >(
	Offset left, 
	Offset right
)
Parameters
left (Offset)
The left hand side of the operator.
right (Offset)
The right hand side of the operator.
Return Value
true if the left value is greater than the right value, otherwise false.

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