System::Collections::Generic::ISet::IsProperSubsetOf メソッド
ISet::IsProperSubsetOf method
現在のセットが他のコンテナの真の部分集合であるかどうかを確認します。
virtual bool System::Collections::Generic::ISet<T>::IsProperSubsetOf(IEnumerablePtr other)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| その他 | IEnumerablePtr | チェック対象となる上位集合。 |
ReturnValue
現在のセットのすべての要素が other に存在し、かつ other が現在のセットよりも多くの要素を持つ場合は true、そうでない場合は false です。
参照
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++