'Declaration
Public Overridable Function Match( _ ByVal obj As System.Object _ ) As System.Boolean
'Usage
Dim instance As SymbolNameAttribute Dim obj As System.Object Dim value As System.Boolean value = instance.Match(obj)
public virtual System.bool Match( System.object obj )
Parameters
- obj