Nevron .NET Vision
Nevron.Collections Namespace / NArray Class / Contains Method


In This Topic
    Contains Method (NArray)
    In This Topic
    Returns true if the array contains the object
    Syntax
    'Declaration
     
    
    Public Shared Function Contains( _
       ByVal array As System.Array, _
       ByVal obj As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim array As System.Array
    Dim obj As System.Object
    Dim value As System.Boolean
     
    value = NArray.Contains(array, obj)
    public static System.bool Contains( 
       System.Array array,
       System.object obj
    )

    Parameters

    array
    obj
    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