VistaDB 6
VistaDB.DDA Namespace / IVistaDBIndexCollection Interface / Contains Method
The object to locate in the System.Collections.Generic.ICollection`1.


In This Topic
    Contains Method (IVistaDBIndexCollection)
    In This Topic
    Determines whether the System.Collections.Generic.ICollection`1 contains a specific value.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Function Contains( _
       ByVal item As IVistaDBIndexInformation _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBIndexCollection
    Dim item As IVistaDBIndexInformation
    Dim value As System.Boolean
     
    value = instance.Contains(item)
    [__DynamicallyInvokable()]
    System.bool Contains( 
       IVistaDBIndexInformation item
    )

    Parameters

    item
    The object to locate in the System.Collections.Generic.ICollection`1.

    Return Value

    true if item is found in the System.Collections.Generic.ICollection`1; 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