System::Collections::Generic::ISet::SetEquals メソッド
ISet::SetEquals method
セットとコンテナが同じ要素を含んでいるかどうかを確認します。
virtual bool System::Collections::Generic::ISet<T>::SetEquals(IEnumerablePtr other)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| その他 | IEnumerablePtr | 比較対象のコンテナ。 |
ReturnValue
両方のコンテナが同じ要素を含む場合は true、そうでない場合は false。
参照
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++