Check if the two MatND are equal

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

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