Checks whether a ULParameter exists in the collection.
Public Overrides Function Contains(ByVal value As Object) As Boolean
public override bool Contains(object value)
value The ULParameter object to check for.
True if the collection contains the ULParameter, false otherwise.