'Declaration Public Function Contains( _ ByVal value As OmrBubbleModel _ ) As Boolean
'Usage Dim instance As OmrBubbleModelCollection Dim value As OmrBubbleModel Dim value As Boolean value = instance.Contains(value)
public bool Contains( OmrBubbleModel value )
public: bool Contains( OmrBubbleModel* value )
public: bool Contains( OmrBubbleModel^ value )
Parameters
- value
- The element to search for in the collection.
Return Value
true if the given element is in the collection; false otherwise.