ActionCollection.Contains Method
Determines whether the IList contains a specific value.
[Visual Basic]
NotOverridable Public Function Contains( _
ByVal
value As
Object _
) As
Boolean _
Parameters
-
value
- The Object to locate in the IList.
Return Value
true if the Object is found in the IList; otherwise, false.
Implements
IList.Contains
See Also
ActionCollection Class | FreeFlow.Administration Namespace