Table of Contents

Operator operator !=

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

operator !=(b3JointId, b3JointId)

Determines whether two identifiers are unequal.

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

Parameters

left b3JointId

The first identifier.

right b3JointId

The second identifier.

Returns

bool