Table of Contents

Operator operator !=

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

operator !=(DispatchParameters, DispatchParameters)

Indicates whether two DispatchParameters structures are different.

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

Parameters

left DispatchParameters

The DispatchParameters structure on the left-hand side of the inequality operator.

right DispatchParameters

The DispatchParameters structure on the right-hand side of the inequality operator.

Returns

bool

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