Span.EquivalentTo(SyntaxTreeNode) Method
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.
Checks that the specified span is equivalent to the other in that it has the same start point and content.
public:
override bool EquivalentTo(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ node);
public override bool EquivalentTo (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode node);
override this.EquivalentTo : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode -> bool
Public Overrides Function EquivalentTo (node As SyntaxTreeNode) As Boolean
Parameters
- node
- SyntaxTreeNode