Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NOptionsCategoryCollection Class / Contains Method
category for which to check


In This Topic
    Contains Method (NOptionsCategoryCollection)
    In This Topic
    Determines whether the specified category is a member of this collection
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal category As NOptionsCategory _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NOptionsCategoryCollection
    Dim category As NOptionsCategory
    Dim value As System.Boolean
     
    value = instance.Contains(category)
    public System.bool Contains( 
       NOptionsCategory category
    )

    Parameters

    category
    category for which to check

    Return Value

    true if the category is a member of the collection, 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