HashSetTKey, TValueOverlaps - метод
Determines whether the current set overlaps with the specified collection.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool Overlaps(
IEnumerable<TValue> other
)
Public Function Overlaps (
other As IEnumerable(Of TValue)
) As Boolean
public:
virtual bool Overlaps(
IEnumerable<TValue>^ other
) sealed
abstract Overlaps :
other : IEnumerable<'TValue> -> bool
override Overlaps :
other : IEnumerable<'TValue> -> bool
- other IEnumerableTValue
- The collection to compare to the current set.
Boolean if the current set and
other share at least one common element; otherwise,
.
ISetTOverlaps(IEnumerableT) ArgumentNullException | other is . |