THashSet<T>.SetEquals(IEnumerable<T>) Method
Determines whether a THashSet<T> object and the specified collection contain the same elements.
public function SetEquals(const other: IEnumerable<T>): Boolean;
Parameters
- other
- Type: IEnumerable<T>
The collection to compare to the current THashSet<T> object.
Implements
ISet<T>.SetEquals(IEnumerable<T>)- Spring.EArgumentNullException
- other is nil.