RangeEquals Method (Range) |
http://www.emgu.com
Return true if the two Range equals
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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