System::Collections::Generic::ISet::IsSupersetOf メソッド
ISet::IsSupersetOf method
現在のセットが他のコンテナの上位集合であるかどうかを確認します。
virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| その他 | IEnumerablePtr | 比較対象のサブセット。 |
ReturnValue
other のすべての要素がセットに存在すれば true、そうでなければ false。
参照
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++