RazorError.Equals Method (RazorError)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Function Equals ( _
other As RazorError _
) As Boolean
'Usage
Dim instance As RazorError
Dim other As RazorError
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
RazorError other
)
public:
virtual bool Equals(
RazorError^ other
) sealed
abstract Equals :
other:RazorError -> bool
override Equals :
other:RazorError -> bool
public final function Equals(
other : RazorError
) : boolean
Parameters
- other
Type: System.Web.Razor.Parser.SyntaxTree.RazorError
The object to compare to this instance.
Return Value
Type: System.Boolean
true if the specified object is equal to this instance; otherwise, false.