Table of Contents

Operator operator ==

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

operator ==(TimeStep, TimeStep)

Indicates whether two TimeStep values are equal.

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

Parameters

left TimeStep

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

right TimeStep

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

Returns

bool

true if left and right have equal timing values; otherwise, false.