RangeFEquals Method (RangeF) |
http://www.emgu.com
Return true if the two RangeF equals
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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