PredCompareInfoCollection.Contains(String) メソッド

定義

コレクションにPred_Sourceが含まれているかどうかを判断します。

public bool Contains(string name);
override this.Contains : string -> bool
Public Function Contains (name As String) As Boolean

パラメーター

name
String

Pred_Sourceの名前。

返品

true コレクションにPred_Sourceが含まれている場合。それ以外の場合は false

適用対象