Return true if the two DenseHistogram equals

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public bool Equals(
	DenseHistogram other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As DenseHistogram _
) As Boolean
Visual C++
public:
virtual bool Equals(
	DenseHistogram^ other
) sealed

Parameters

other
Type: Emgu.CV..::.DenseHistogram
The other DenseHistogram to compare with

Return Value

True if the two DenseHistogram equals

Implements

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

See Also