Table of Contents

Operator operator <=

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

operator <=(LocalDateTime, LocalDateTime)

Determines whether one specified LocalDateTime represents a duration that is the same as or later than the other 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 the same as or later than another, otherwise
false
.