[This is preliminary documentation and is subject to change.]

Return true if the two intrinsic camera parameters are equal

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	IntrinsicCameraParameters other
)
Public Function Equals ( _
	other As IntrinsicCameraParameters _
) As Boolean
public:
virtual bool Equals(
	IntrinsicCameraParameters^ other
) sealed

Parameters

other
IntrinsicCameraParameters
The other intrinsic camera parameters to compare with

Return Value

True if the two intrinsic camera parameters are equal

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also