Contains(String) method

Checks whether a ULParameter with the specified name exists in the collection.

Syntax
Visual Basic

Public Overrides Function Contains( _
   ByVal value As String _
) As Boolean
C#

public override bool Contains(
   string  value
);
Parameters
  • value   The name of the parameter to search for.

Return value

True if the collection contains the ULParameter, false otherwise.

See also