Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ULParameter オブジェクトがコレクション内に存在するかどうかをチェックします。
Public Overrides Function Contains(ByVal value As Object) As Boolean
public override bool Contains(object value)
value チェック対象の ULParameter オブジェクト。
コレクションに、その ULParameter オブジェクトがある場合は true、ない場合は false。