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

Declaration Syntax
Public Function Equals ( _
mat2 As Matrix(Of TDepth) _
) As Boolean
public:
virtual bool Equals(
Matrix<TDepth>^ mat2
) sealed

Parameters
- mat2 (Matrix<(Of <(TDepth>)>))
- The other matrix to compare with

Return Value
true if every element of this matrix equals elements in mat2
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)