Emgu CV Library Documentation
Equals Method (other)
NamespacesEmgu.CV.StructureMCvScalarEquals(MCvScalar)

www.emgu.com/wiki
Return true if the two MCvScalar equals
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	MCvScalar other
)
Public Function Equals ( _
	other As MCvScalar _
) As Boolean
public:
virtual bool Equals(
	MCvScalar other
) sealed
Parameters
other (MCvScalar)
The other MCvScalar to compare with
Return Value
true if the two MCvScalar equals

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)