SyntaxNodeOrTokenList.Equality 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.
Implements the operator ==.
public:
static bool operator ==(Microsoft::CodeAnalysis::SyntaxNodeOrTokenList left, Microsoft::CodeAnalysis::SyntaxNodeOrTokenList right);
public static bool operator == (Microsoft.CodeAnalysis.SyntaxNodeOrTokenList left, Microsoft.CodeAnalysis.SyntaxNodeOrTokenList right);
static member ( = ) : Microsoft.CodeAnalysis.SyntaxNodeOrTokenList * Microsoft.CodeAnalysis.SyntaxNodeOrTokenList -> bool
Public Shared Operator == (left As SyntaxNodeOrTokenList, right As SyntaxNodeOrTokenList) As Boolean
Parameters
The left SyntaxNodeOrTokenList
- right
- SyntaxNodeOrTokenList
The right SyntaxNodeOrTokenList
Returns
true
if both lists equal, else false
.