HashSetTKey, TValueOverlaps - метод

Determines whether the current set overlaps with the specified collection.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public bool Overlaps(
	IEnumerable<TValue> other
)

Параметры

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)

Исключения

ArgumentNullExceptionother is .

См. также