Return true if the two DenseHistogram equals

Namespace: Emgu.CV
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(
	DenseHistogram other
)
Public Function Equals ( _
	other As DenseHistogram _
) As Boolean
public:
virtual bool Equals(
	DenseHistogram^ other
) sealed

Parameters

other
DenseHistogram
The other DenseHistogram to compare with

Return Value

True if the two DenseHistogram equals

Implements

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

See Also