'DeclarationPublic Overridable Function Match( _ ByVal obj As System.Object _ ) As System.Boolean
'UsageDim instance As NReferenceFieldAttribute Dim obj As System.Object Dim value As System.Boolean value = instance.Match(obj)
public virtual System.bool Match( System.object obj )
Parameters
- obj