Table of Contents

Method Equals

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Equals(Extrinsics)

Returns a value indicating whether this instance is equal to the specified Extrinsics structure.

public bool Equals(Extrinsics other)

Parameters

other Extrinsics

The Extrinsics object to compare with this instance.

Returns

bool

true if other represents the same parameter values as this instance; otherwise, false.

Equals(object)

Returns a value indicating whether the specified object is an Extrinsics structure with the same parameter values as this Extrinsics structure.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with this instance.

Returns

bool

true if obj is an Extrinsics structure and has the same parameter values as this structure; otherwise, false.