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
ParameterTypeDescription
otherIEnumerablePtrContainer to check against.

ReturnValue

True if both containers contain same elements, false otherwise.

See Also