System::Collections::Generic::ISet::Overlaps メソッド
ISet::Overlaps method
セットが他のコンテナと重複しているかどうかを確認します。
virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| その他 | IEnumerablePtr | 比較対象のコンテナ。 |
ReturnValue
現在のセットと other が少なくとも1つの共通要素を持つ場合は true、そうでない場合は false。
参照
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++