ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentSelection Structure / Equals Method / Equals(DocumentSelection) Method
The DocumentSelection to compare with the current DocumentSelection

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

    Parameters

    other
    The DocumentSelection to compare with the current DocumentSelection

    Return Value

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