Determines whether the specified argument is in the collection

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool Contains(
	string name
)
Visual Basic
Public Function Contains ( 
	name As String
) As Boolean

Parameters

name
Type: System..::..String
The argument to locate in the collection

Return Value

Type: Boolean
true if value is found in the collection; otherwise, false.

See Also