CSharpSymbol.Equals Method
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 the current object.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Parameters
- obj
- Type: System.Object
The object to compare to.
Return Value
Type: System.Booleantrue if the specified object is equal to the current object; otherwise, false.
Show: