RazorError.Equals 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.
Overloads
Equals(Object) |
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. |
Equals(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. |
Equals(Object)
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.
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to compare to this instance.
Returns
true if the specified object is equal to this instance; otherwise, false.
Applies to
Equals(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.
public bool Equals(System.Web.Razor.Parser.SyntaxTree.RazorError other);
override this.Equals : System.Web.Razor.Parser.SyntaxTree.RazorError -> bool
Public Function Equals (other As RazorError) As Boolean
Parameters
- other
- RazorError
The object to compare to this instance.
Returns
true if the specified object is equal to this instance; otherwise, false.