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