Web API Core | ComponentOne
C1.AspNetCore.Api Namespace / ImageFormat Class / Equals Method

In This Topic
    Equals Method
    In This Topic
    Returns a value indicating whether the specified object is an System.Drawing.Imaging.ImageFormat equivalent to this System.Drawing.Imaging.ImageFormat.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal o As Object _
    ) As Boolean
    public override bool Equals( 
       object o
    )

    Parameters

    o
    See Also