http://www.emgu.com
Compares two Mats and check if they 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(
Mat other
)
Public Function Equals (
other As Mat
) As Boolean
public:
virtual bool Equals(
Mat^ other
) sealed
abstract Equals :
other : Mat -> bool
override Equals :
other : Mat -> bool
Parameters
- other
- Type: Emgu.CVMat
The other mat to compare with
Return Value
Type:
BooleanTrue if the two Mats are equal
Implements
IEquatableTEquals(T)
See Also