Click or drag to resize

CircleFEquals Method (CircleF)

http://www.emgu.com
Compare this circle with circle2

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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