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)
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