MCvScalarEquals Method (MCvScalar) |
http://www.emgu.com
Return true if the two MCvScalar equals
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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