'Declaration Public Function Contains( _ ByVal value As FtpItemInfo _ ) As Boolean
'Usage Dim instance As FtpItemInfoList Dim value As FtpItemInfo Dim value As Boolean value = instance.Contains(value)
public bool Contains( FtpItemInfo value )
Parameters
- value
- The FtpItemInfo object to locate.
Return Value
true if the FtpItemInfo object exists in the list; false otherwise.