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

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

    Parameters

    other
    See Also