Share via


Span.EquivalentTo(SyntaxTreeNode) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified node is equivalent to this span.

public override bool EquivalentTo (System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode node);
override this.EquivalentTo : System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode -> bool
Public Overrides Function EquivalentTo (node As SyntaxTreeNode) As Boolean

Parameters

node
SyntaxTreeNode

The node to compare with this span.

Returns

true if the specified node is equal to this span; otherwise, false.

Applies to