Table of Contents

Operator operator !=

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

operator !=(b3WorldId, b3WorldId)

Determines whether two identifiers are unequal.

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

Parameters

left b3WorldId

The first identifier.

right b3WorldId

The second identifier.

Returns

bool