HashSetTKey, TValueSetEquals - метод
Determines whether the current set and the specified collection contain the same elements.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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,
.
ISetTSetEquals(IEnumerableT)