Emgu CV Library Documentation
Equals Method (circle2)
NamespacesEmgu.CV.StructureCircleFEquals(CircleF)

www.emgu.com/wiki
Compare this circle with circle2
Declaration Syntax
C#Visual BasicVisual 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

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