TokenScopeInequality(TokenScope, IEnumerableString) - оператор
Inequality operator for comparing a
TokenScope and an array of string sequences.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public static bool operator !=(
TokenScope? left,
IEnumerable<string>[]? right
)
Public Shared Operator <> (
left As TokenScope,
right As IEnumerable(Of String)()
) As Boolean
public:
static bool operator !=(
TokenScope^ left,
array<IEnumerable<String^>^>^ right
)
static let inline (<>)
left : TokenScope *
right : IEnumerable<string>[] : bool
- left TokenScope
-
- right IEnumerableString
-
Boolean