ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / ImageInfo Class / Equals Method / Equals(Object) Method
The object to compare with the current ImageInfo.

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current ImageInfo.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal other As Object _
    ) As Boolean
    public override bool Equals( 
       object other
    )

    Parameters

    other
    The object to compare with the current ImageInfo.

    Return Value

    true if the specified object is equal to the current ImageInfo; otherwise, false.
    See Also