Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SessionFragmentCollection Class / Contains Method / Contains(Guid) Method
The ID of the object to locate in the dictionary.

Contains(Guid) Method
Determines whether the dictionary contains an item with the provided key.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal fileID As Guid _
) As Boolean
 

Parameters

fileID
The ID of the object to locate in the dictionary.

Return Value

true if fileID is found in the dictionary; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also