RotatedRectEquals Method (RotatedRect) |
http://www.emgu.com
Returns true if the two box are equal
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool Equals(
RotatedRect other
)
Public Function Equals (
other As RotatedRect
) As Boolean
public:
virtual bool Equals(
RotatedRect other
) sealed
abstract Equals :
other : RotatedRect -> bool
override Equals :
other : RotatedRect -> bool
Parameters
- other
- Type: Emgu.CV.StructureRotatedRect
The other box to compare with
Return Value
Type:
BooleanTrue if two boxes are equal
Implements
IEquatableTEquals(T)
See Also