Checks whether a ULParameter exists in the collection.
Visual Basic
Overloads NotOverridable Public Function Contains( _
ByVal value As Object _
) As Boolean _
Implements IList.Contains
C#
public bool Contains(
object value
);
value The ULParameter object to check for.
True if the collection contains the ULParameter, false otherwise.