[This is preliminary documentation and is subject to change.]

Return true if the two DenseHistogram equals

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

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