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


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