ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / Def.Tablix Class / Equals Method / Equals(Tablix) Method
The object to compare with the current object.

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

    Parameters

    other
    The object to compare with the current object.

    Return Value

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