Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / Contains Method / Contains(Object) Method
The System.Object to locate in the System.Collections.IList.

In This Topic
    Contains(Object) Method
    In This Topic
    Determines whether the System.Collections.IList contains a specific value.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public bool Contains( 
       object value
    )

    Parameters

    value
    The System.Object to locate in the System.Collections.IList.

    Return Value

    true if the System.Object is found in the System.Collections.IList; 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