バージョン

Contains(FixedColumnInfo) メソッド

コレクションが指定された FixedColumnInfo オブジェクトを含む場合、true を返します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal item As FixedColumnInfo _
) As Boolean
public bool Contains( 
   FixedColumnInfo item
)

パラメータ

item
検索する FixedColumnInfo オブジェクト。

戻り値の型

オブジェクトがコレクションに含まれる場合は True、それ以外の場合は False。
参照