Click or drag to resize
CvTrackEquals Method (CvTrack)
http://www.emgu.com
Compares CvTrack for equality

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Equals(
	CvTrack other
)

Parameters

other
Type: Emgu.CV.CvbCvTrack
The other track to compares with

Return Value

Type: Boolean
True if the two CvTrack are equal; otherwise false.

Implements

IEquatableTEquals(T)
See Also