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
leftb3ContactId-
The first identifier.
rightb3ContactId-
The second identifier.