ScanFix Xpress v9.0 for .NET - Updated
Contains Method (EnhancementResultsCollection)




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

Parameters

value
The element to search for in the collection.

Return Value

true if the given element is in the collection; false otherwise.
Remarks
This method implements a standard collection operation. It searches the collection for a reference to the given element. 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

EnhancementResultsCollection Class
EnhancementResultsCollection Members
IndexOf Method

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