VBSymbol.Equals Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Indicates a value whether the current object is equal to the new object.

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

'Declaration
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
'Usage
Dim instance As VBSymbol 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(obj)

Parameters

obj
Type: System.Object
The object to compare.

Return Value

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