Table of Contents

Operator operator <

Namespace
Eon
Assembly
Eon.dll

operator <(in Duration, in Duration)

Returns true if the first Duration is less than 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 less than second