ZonedDateTimeGreaterThan Operator |
Namespace:
Neo4j.Driver
Assembly:
Neo4j.Driver (in Neo4j.Driver.dll) Version: 5.0
Syntaxpublic static bool operator >(
ZonedDateTime left,
ZonedDateTime right
)
Public Shared Operator > (
left As ZonedDateTime,
right As ZonedDateTime
) As Boolean
public:
static bool operator >(
ZonedDateTime^ left,
ZonedDateTime^ right
)
static let inline (>)
left : ZonedDateTime *
right : ZonedDateTime : bool
Parameters
- left
- Type: Neo4j.DriverZonedDateTime
The first object to compare. - right
- Type: Neo4j.DriverZonedDateTime
The second object to compare.
Return Value
Type:
Boolean if one is later than another, otherwise
.
See Also