Click or drag to resize

MatrixTDepthEquals Method (MatrixTDepth)

http://www.emgu.com
Return true if every element of this matrix equals elements in mat2

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public bool Equals(
	Matrix<TDepth> mat2
)

Parameters

mat2
Type: Emgu.CVMatrixTDepth
The other matrix to compare with

Return Value

Type: Boolean
true if every element of this matrix equals elements in mat2

Implements

IEquatableTEquals(T)
See Also