Table of Contents

Operator operator !=

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

operator !=(NativeBool, NativeBool)

Determines whether two values are unequal.

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

Parameters

left NativeBool

The first value.

right NativeBool

The second value.

Returns

bool