Table of Contents

Operator operator >=

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

operator >=(OffsetTime, OffsetTime)

Determines whether one specified OffsetTime represents a duration that is the same as or earlier than the other specified OffsetTime

public static bool operator >=(OffsetTime left, OffsetTime right)

Parameters

left OffsetTime

The first object to compare.

right OffsetTime

The second object to compare.

Returns

bool
true
if one is the same as or earlier than another, otherwise
false
.