MatNDTDepthEquals Method (MatNDTDepth) |
http://www.emgu.com
Check if the two MatND are equal
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool Equals(
MatND<TDepth> other
)
Public Function Equals (
other As MatND(Of TDepth)
) As Boolean
public:
virtual bool Equals(
MatND<TDepth>^ other
) sealed
abstract Equals :
other : MatND<'TDepth> -> bool
override Equals :
other : MatND<'TDepth> -> bool
Parameters
- other
- Type: Emgu.CVMatNDTDepth
The other MatND to compares to
Return Value
Type:
BooleanTrue if the two MatND equals
Implements
IEquatableTEquals(T)
See Also