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.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object
The object.

Return Value

Type: System::Boolean
true if the specified Object is equal to the current Object; otherwise, false.
Show: