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

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

    Parameters

    other
    The DocumentModel.PaperInfo struct to compare with the current DocumentModel.PaperInfo instance.

    Return Value

    true if the specified DocumentModel.PaperInfo struct is equal to the current instance; otherwise, false.
    See Also