Share via


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

Return Value

Type: System.Boolean
true if the specified object is equal to this instance; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

RazorError Class

Equals Overload

System.Web.Razor.Parser.SyntaxTree Namespace