MCvScalarEquals Method (MCvScalar) |
http://www.emgu.com
Return true if the two MCvScalar equals
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Equals(
MCvScalar other
)
Public Function Equals (
other As MCvScalar
) As Boolean
public:
virtual bool Equals(
MCvScalar other
) sealed
abstract Equals :
other : MCvScalar -> bool
override Equals :
other : MCvScalar -> bool
Parameters
- other
- Type: Emgu.CV.StructureMCvScalar
The other MCvScalar to compare with
Return Value
Type:
Booleantrue if the two MCvScalar equals
Implements
IEquatableTEquals(T)
See Also