SymbolBase<TType>::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.
Return Value
Type: System::Booleantrue if the specified Object is equal to the current Object; otherwise, false.
Show: