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

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

    Parameters

    other
    The Def.Content to compare with the current Def.Content.

    Return Value

    true if the specified Def.Content is equal to this instance; otherwise, false.
    See Also