Inequality(SyntaxTokenValue, SyntaxTokenValue) Operator

Definition

Namespace Tomlyn.Parsing
Assembly Tomlyn.dll

Compares two SyntaxTokenValue instances for inequality.

public static bool operator !=(SyntaxTokenValue left, SyntaxTokenValue right)

Parameters

left
SyntaxTokenValue

The left value.

right
SyntaxTokenValue

The right value.

Returns

Boolean
true if the values are not equal; otherwise false.