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

In This Topic
    Equals(TablixRow) Method
    In This Topic
    Determines whether the specified TablixRow object is equal to the current object.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Def.TablixRow _
    ) As Boolean
    public bool Equals( 
       Def.TablixRow 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