Table of Contents

Operator operator ==

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

operator ==(b3BodyId, b3BodyId)

Determines whether two identifiers are equal.

public static bool operator ==(b3BodyId left, b3BodyId right)

Parameters

left b3BodyId

The first identifier.

right b3BodyId

The second identifier.

Returns

bool