Check if the two MatND are equal

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

Syntax

C#
public bool Equals(
	MatND<TDepth> other
)
Visual Basic (Declaration)
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

Return Value

True if the two MatND equals

Implements

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

See Also