Emgu CV Library Documentation
Equals Method (circle2)
NamespacesEmgu.CVCircle<(Of <(T>)>)Equals(Circle<(Of <(T>)>))

www.emgu.com/wiki
Compare this circle with circle2
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Circle<T> circle2
)
Public Function Equals ( _
	circle2 As Circle(Of T) _
) As Boolean
public:
bool Equals(
	Circle<T>^ circle2
)
Parameters
circle2 (Circle<(Of <(T>)>))
The other box to be compared
Return Value
true if the two boxes equals

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)