'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.