Click or drag to resize
CircleFEquals Method (CircleF)
http://www.emgu.com
Compare this circle with circle2

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Equals(
	CircleF circle2
)

Parameters

circle2
Type: Emgu.CV.StructureCircleF
The other box to be compared

Return Value

Type: Boolean
true if the two boxes equals

Implements

IEquatableTEquals(T)
See Also