Table of Contents

Operator operator ==

Namespace
Eon
Assembly
Eon.dll

operator ==(in Duration, in Duration)

Returns true if the first Duration equals 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 the first is equal to the second