バージョン

Contains(SummaryType) メソッド

入力したパラメーターと同じキー値を持つ Summary がコレクション内に存在する場合は true を返します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal sumType As SummaryType _
) As Boolean
public bool Contains( 
   SummaryType sumType
)

パラメータ

sumType
検索する集計タイプ。

戻り値の型

指定したキーを持つ Summary オブジェクトが見つかった場合は true。
参照