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