Compare this circle with circle2

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(
	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