TokenScopeEquals(IEnumerableString) - метод
Compares this instance with a collection of strings for equality.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public bool Equals(
IEnumerable<string>? other
)
Public Function Equals (
other As IEnumerable(Of String)
) As Boolean
public:
bool Equals(
IEnumerable<String^>^ other
)
member Equals :
other : IEnumerable<string> -> bool
- other IEnumerableString
- The value to compare with the current value.
Boolean if the specified value is equal to the current value; otherwise,
.