Table of Contents

Operator operator ==

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

operator ==(Extrinsics, Extrinsics)

Indicates whether two Extrinsics structures are equal.

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

Parameters

left Extrinsics

The Extrinsics structure on the left-hand side of the equality operator.

right Extrinsics

The Extrinsics structure on the right-hand side of the equality operator.

Returns

bool

true if left and right have equal parameter values; otherwise, false.