SyntaxTreeNode.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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the syntax tree node is equivalent to given node.
public abstract bool EquivalentTo(System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode node);
abstract member EquivalentTo : System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode -> bool
Public MustOverride Function EquivalentTo (node As SyntaxTreeNode) As Boolean
Parameters
- node
- SyntaxTreeNode
The given node.
Returns
true the syntax tree node is equivalent to given node; false.