Check if the two MatND are equal

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	MatND<TDepth> other
)
Public Function Equals ( _
	other As MatND(Of TDepth) _
) As Boolean
public:
virtual bool Equals(
	MatND<TDepth>^ other
) sealed

Parameters

other
MatND<(Of <(TDepth>)>)
The other MatND to compares to

Return Value

True if the two MatND equals

Implements

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

See Also