RangeEquals Method (Range) |
http://www.emgu.com
Return true if the two Range 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(
Range other
)
Public Function Equals (
other As Range
) As Boolean
public:
virtual bool Equals(
Range other
) sealed
abstract Equals :
other : Range -> bool
override Equals :
other : Range -> bool
Parameters
- other
- Type: Emgu.CV.StructureRange
The other Range to compare with
Return Value
Type:
BooleanTrue if the two Range equals
Implements
IEquatableTEquals(T)
See Also