TokenScopeEquals(IEnumerableString) - метод

Compares this instance with a collection of strings for equality.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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, .

См. также