ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Range Structure / Equals Method / Equals(Range) Method

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

    Parameters

    other
    See Also