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

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

    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