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