Click or drag to resize
MatNDTDepthEquals Method (MatNDTDepth)
http://www.emgu.com
Check if the two MatND are equal

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Equals(
	MatND<TDepth> other
)

Parameters

other
Type: Emgu.CVMatNDTDepth
The other MatND to compares to

Return Value

Type: Boolean
True if the two MatND equals

Implements

IEquatableTEquals(T)
See Also