When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
Syntax
'Declaration
Public Overridable Function Match( _
ByVal As Object _
) As Boolean
public virtual bool Match(
object
)
Parameters
- obj
- An System.Object to compare with this instance of System.Attribute.
Return Value
true if this instance equals ; otherwise, false.
See Also