DiscoveryInformationListContains Method

CVB.Net Documentation
Checks whether the given item is inside this list.

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

public bool Contains(
	DiscoveryInformation item
)

Parameters

item
Type: Stemmer.Cvb.DriverDiscoveryInformation
Item to check.

Return Value

Type: Boolean
true if item is inside this list; false otherwise.

Implements

ICollectionTContains(T)
See Also

Reference