Table of Contents

Operator operator >

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

operator >(LocalDateTime, LocalDateTime)

Determines whether one specified LocalDateTime is later than another specified LocalDateTime.

public static bool operator >(LocalDateTime left, LocalDateTime right)

Parameters

left LocalDateTime

The first object to compare.

right LocalDateTime

The second object to compare.

Returns

bool
true
if one is later than another, otherwise
false
.