System::Collections::Generic::ISet::IsSupersetOf メソッド

ISet::IsSupersetOf method

現在のセットが他のコンテナの上位集合であるかどうかを確認します。

virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
パラメーター説明
その他IEnumerablePtr比較対象のサブセット。

ReturnValue

other のすべての要素がセットに存在すれば true、そうでなければ false。

参照