Table of Contents

Operator operator ==

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

operator ==(b3ShapeId, b3ShapeId)

Determines whether two identifiers are equal.

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

Parameters

left b3ShapeId

The first identifier.

right b3ShapeId

The second identifier.

Returns

bool