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

ParameterTypeDescription
otherIEnumerablePtrContainer to check against.

Return Value

True if both containers contain same elements, false otherwise.

See Also