Table of Contents

Operator operator !=

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

operator !=(TimeStep, TimeStep)

Indicates whether two TimeStep values are different.

public static bool operator !=(TimeStep left, TimeStep right)

Parameters

left TimeStep

The TimeStep value on the left-hand side of the inequality operator.

right TimeStep

The TimeStep value on the right-hand side of the inequality operator.

Returns

bool

true if left and right differ in any of their timing values; false if left and right are equal.