Table of Contents

Operator operator !=

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

operator !=(b3ContactId, b3ContactId)

Determines whether two identifiers are unequal.

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

Parameters

left b3ContactId

The first identifier.

right b3ContactId

The second identifier.

Returns

bool