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