Determines whether the collection contains a specific value

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool Contains(
	string item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As String _
) As Boolean

Parameters

item
Type: System..::.String
The value to locate in the collection

Return Value

True if item is found in the collection; otherwise, false

Implements

ICollection<(Of <(T>)>)..::.Contains(T)

See Also