Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NBandCollection Class / Contains Method
The band to check for


In This Topic
    Contains Method (NBandCollection)
    In This Topic
    Determines whether the collection contains a NBand object.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal band As NBand _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBandCollection
    Dim band As NBand
    Dim value As System.Boolean
     
    value = instance.Contains(band)
    public System.bool Contains( 
       NBand band
    )

    Parameters

    band
    The band to check for

    Return Value

    true if the band is contained, 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