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

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

    Parameters

    obj
    The Image for comparison.

    Return Value

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