TokenScopeEquals(IEnumerableString) - метод

Compares this instance with a collection of strings for equality.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public bool Equals(
	IEnumerable<string>? other
)

Параметры

other  IEnumerableString
The value to compare with the current value.

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

Boolean
if the specified value is equal to the current value; otherwise, .

См. также