EnumerableEqualityComparerTEquals(IEnumerableT, IEnumerableT) - метод

Determines whether the specified objects are equal.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public bool Equals(
	IEnumerable<T>? left,
	IEnumerable<T>? right
)

Параметры

left  IEnumerableT
 
right  IEnumerableT
 

Возвращаемое значение

Boolean
if the specified objects are equal; otherwise, .

Реализации

IEqualityComparerTEquals(T, T)

См. также