ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing.Imaging Namespace / ImageFormat Class / Equals Method
The ImageFormat for comparison.

In This Topic
    Equals Method (ImageFormat)
    In This Topic
    Performs a comparison of two ImageFormat objects by value.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal o As Object _
    ) As Boolean
    public override bool Equals( 
       object o
    )

    Parameters

    o
    The ImageFormat for comparison.

    Return Value

    Returns True if the two objects are identical, otherwise False.
    See Also