SyntaxToken.Equality(SyntaxToken, SyntaxToken) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two SyntaxTokens are equal.
public:
static bool operator ==(Microsoft::CodeAnalysis::SyntaxToken left, Microsoft::CodeAnalysis::SyntaxToken right);
public static bool operator == (Microsoft.CodeAnalysis.SyntaxToken left, Microsoft.CodeAnalysis.SyntaxToken right);
static member ( = ) : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken -> bool
Public Shared Operator == (left As SyntaxToken, right As SyntaxToken) As Boolean
Parameters
- left
- SyntaxToken
- right
- SyntaxToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.