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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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