Compare this circle with circle2

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	CircleF circle2
)
Public Function Equals ( _
	circle2 As CircleF _
) As Boolean
public:
virtual bool Equals(
	CircleF circle2
) sealed

Parameters

circle2
CircleF
The other box to be compared

Return Value

true if the two boxes equals

Implements

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

See Also