http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Check if the two MatND are equal
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public bool Equals( MatND<TDepth> other ) |
Visual Basic |
---|
Public Function Equals ( _ other As MatND(Of TDepth) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( MatND<TDepth>^ other ) sealed |
Parameters
- other
- Type: Emgu.CV..::..MatND<(Of <(<'TDepth>)>)>
The other MatND to compares to