Table of Contents

Operator operator >=

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

operator >=(Duration, Duration)

Determines whether one specified Duration represents a duration that is the same as or less than the other specified Duration

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

Parameters

left Duration

The first object to compare.

right Duration

The second object to compare.

Returns

bool
true
if one is greater and equal to another, otherwise
false
.