HashSetTKey, TValueSetEquals - метод
Determines whether the current set and the specified collection contain the same elements.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool SetEquals(
IEnumerable<TValue> other
)
Public Function SetEquals (
other As IEnumerable(Of TValue)
) As Boolean
public:
virtual bool SetEquals(
IEnumerable<TValue>^ other
) sealed
abstract SetEquals :
other : IEnumerable<'TValue> -> bool
override SetEquals :
other : IEnumerable<'TValue> -> bool
- other IEnumerableTValue
- The collection to compare to the current set.
Boolean if the current set is equal to
other; otherwise, false.
ISetTSetEquals(IEnumerableT) ArgumentNullException | other is . |