ServerNamespaceListContains Method

CVB.Net Documentation
Checks whether the given name is present in this list.

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

public bool Contains(
	string name
)

Parameters

name
Type: SystemString
Name to check for.

Return Value

Type: Boolean
if name is inside this list.

Implements

ICollectionTContains(T)
See Also

Reference