'Declaration
Public Function Contains( _ ByVal value As CharBoxInfo _ ) As Boolean
'Usage
Dim instance As CharBoxInfoCollection Dim value As CharBoxInfo Dim value As Boolean value = instance.Contains(value)
public bool Contains( CharBoxInfo value )
Parameters
- value
- The T to search for in the collection.
Return Value
true if the collection contains the specified object; otherwise, false.