Click or drag to resize
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: 3.1.0.2282 (3.1.0.2282)
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