CvTrackEquals Method (CvTrack) |
http://www.emgu.com
Compares CvTrack for equality
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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