バージョン

EqualsIDPairs メソッド (SelectedRowCollection)

2 つの IDPair オブジェクトが一致するかどうかを決定します。
シンタックス
'宣言
 
Protected Overrides Function EqualsIDPairs( _
   ByVal itemA As Dictionary(Of String,Object), _
   ByVal itemB As Dictionary(Of String,Object) _
) As Boolean
protected override bool EqualsIDPairs( 
   Dictionary<string,object> itemA,
   Dictionary<string,object> itemB
)

パラメータ

itemA
最初の IDPair。
itemB
第 2 の IDPair。

戻り値の型

等しい場合は True。
参照