ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Serialization Namespace / C1IgnoreAttribute Class / Match Method






In This Topic
    Match Method (C1IgnoreAttribute)
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(2)>
    Public Overridable Function Match( _
       ByVal obj As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As C1IgnoreAttribute
    Dim obj As System.Object
    Dim value As System.Boolean
     
    value = instance.Match(obj)
    [NullableContext(2)]
    public virtual System.bool Match( 
       System.object? obj
    )
    public function Match( 
        obj: System.TObject
    ): System.Boolean; virtual; 
    NullableContextAttribute(2)
    public function Match( 
       obj : System.Object
    ) : System.boolean;
    [NullableContext(2)]
    public: virtual System.bool Match( 
       System.Object* obj
    ) 
    [NullableContext(2)]
    public:
    virtual System.bool Match( 
       System.Object^ obj
    ) 

    Parameters

    obj
    See Also