Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpListingParserList Class / Contains Method
The FtpListingParser object to locate.


In This Topic
    Contains Method (FtpListingParserList)
    In This Topic
    Retrieves a boolean value indicating if a specific FtpListingParser object exists in the list.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As FtpListingParser _
    ) As Boolean
    'Usage
     
    Dim instance As FtpListingParserList
    Dim value As FtpListingParser
    Dim value As Boolean
     
    value = instance.Contains(value)
    public bool Contains( 
       FtpListingParser value
    )

    Parameters

    value
    The FtpListingParser object to locate.

    Return Value

    true if the FtpListingParser object exists in the list; false otherwise.
    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