Return true if the two RangeF equals
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public bool Equals( RangeF other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As RangeF _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( RangeF other ) sealed |
Parameters
- other
- Type: Emgu.CV.Structure..::.RangeF
The other RangeF to compare with