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