'Declaration Public Function Contains( _ ByVal item As ExpressionInfo _ ) As Boolean
public bool Contains( ExpressionInfo item )
Parameters
- item
- The object to locate in the ExpressionInfoCollection.
Return Value
true if item is found in the ExpressionInfoCollection; otherwise, false.