SampleListContainsLabelTLabel Method

CVB.Net Documentation
Check if the sample list contains a given label...

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

protected bool ContainsLabel<TLabel>(
	TLabel label
)

Parameters

label
Type: TLabel
Label to be checked.

Type Parameters

TLabel
Label type.

Return Value

Type: Boolean
True if the label was found in the sample list, false otherwise.
See Also

Reference