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

In This Topic
    Contains(SessionFragment) Method
    In This Topic
    Determines whether the dictionary contains a specific value.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal item As SessionFragment _
    ) As Boolean
    public bool Contains( 
       SessionFragment item
    )

    Parameters

    item
    The object to locate in the dictionary.

    Return Value

    true if item 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