Determines whether the specified argument is in the collection

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

Syntax

C#
public bool Contains(
	Guid id
)
Visual Basic (Declaration)
Public Function Contains ( _
	id As Guid _
) As Boolean

Parameters

id
Type: System..::.Guid
The argument id to locate in the collection

Return Value

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

See Also