CvTrackEquals Method (CvTrack) |
http://www.emgu.com
Compares CvTrack for equality
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Equals(
CvTrack other
)
Public Function Equals (
other As CvTrack
) As Boolean
public:
virtual bool Equals(
CvTrack other
) sealed
abstract Equals :
other : CvTrack -> bool
override Equals :
other : CvTrack -> bool
Parameters
- other
- Type: Emgu.CV.CvbCvTrack
The other track to compares with
Return Value
Type:
BooleanTrue if the two CvTrack are equal; otherwise false.
Implements
IEquatableTEquals(T)
See Also