System::Collections::Generic::ISet::SetEquals method
ISet::SetEquals method
Checks if set and container contain same elements.
virtual bool System::Collections::Generic::ISet<T>::SetEquals(IEnumerablePtr other)=0
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Container to check against. |
ReturnValue
True if both containers contain same elements, false otherwise.
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++