Click or drag to resize
RotatedRectEquals Method (RotatedRect)
http://www.emgu.com
Returns true if the two box are equal

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

Parameters

other
Type: Emgu.CV.StructureRotatedRect
The other box to compare with

Return Value

Type: Boolean
True if two boxes are equal

Implements

IEquatableTEquals(T)
See Also