RangeFEquals Method (RangeF) |
http://www.emgu.com
Return true if the two RangeF equals
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Equals(
RangeF other
)
Public Function Equals (
other As RangeF
) As Boolean
public:
virtual bool Equals(
RangeF other
) sealed
abstract Equals :
other : RangeF -> bool
override Equals :
other : RangeF -> bool
Parameters
- other
- Type: Emgu.CV.StructureRangeF
The other RangeF to compare with
Return Value
Type:
BooleanTrue if the two RangeF equals
Implements
IEquatableTEquals(T)
See Also