IMultiSet<T>.SetEquals Method
Definition
Determines whether the current multiset and the specified collection contain the same number of elements.
Delphi
function SetEquals(const other: IEnumerable<T>): Boolean
Parameters
- other
- IEnumerable<T>
The collection to compare to the current set.
Returns
Boolean
True if the current multiset is equal to other ; otherwise, False .
Exceptions
other is nil .