Table of Contents

Operator operator !=

Namespace
Eon
Assembly
Eon.dll

operator !=(in Duration, in Duration)

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