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: 4.1.1.3497 (4.1.1.3497)
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