Table of Contents

Operator operator ==

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

operator ==(Intrinsics, Intrinsics)

Indicates whether two Intrinsics structures are equal.

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

Parameters

left Intrinsics

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

right Intrinsics

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

Returns

bool

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