'宣言 Public Overridable Function Match( _ ByVal obj As System.Object _ ) As System.Boolean
'使用法 Dim instance As EndUserLocalizeOptionsAttribute Dim obj As System.Object Dim value As System.Boolean value = instance.Match(obj)
public virtual System.bool Match( System.object obj )
パラメータ
- obj