Table of Contents

Operator operator >=

Namespace
Eon
Assembly
Eon.dll

operator >=(in Duration, in Duration)

Returns true if the first Duration is greater than or equal to the second Duration

[Pure]
public static bool operator >=(in Duration first, in Duration second)

Parameters

first Duration

first Duration

second Duration

second Duration

Returns

bool

true if first is greater than or equal to the second