FormFix v6.0 for .NET - Updated
Contains Method (DataItemCollection)



Accusoft.FormDirectorSdk Namespace > DataItemCollection Class : Contains Method
The object to search for in the collection.
Determines whether the specified object is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As DataItem _
) As Boolean
'Usage
 
Dim instance As DataItemCollection
Dim value As DataItem
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   DataItem value
)
public:
bool Contains( 
   DataItem^ value
) 

Parameters

value
The object to search for in the collection.

Return Value

true if the given DataItem is in the collection; false otherwise.
Remarks

This method implements a standard collection operation. It searches the collection for a reference to the given object. If it finds a reference to it, it will return true. If it cannot find a reference to it, this method will return false.

See Also

Reference

DataItemCollection Class
DataItemCollection Members
IndexOf Method

Is this page helpful?
Yes No
Thanks for your feedback.