Return true if the two MCvScalar equals

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual 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

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also