RotatedRectEquals Method (RotatedRect) |
http://www.emgu.com
Returns true if the two box are equal
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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