ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel.PaperInfo Structure / Equality Operator
Instance of the DocumentModel.PaperInfo struct.
Instance of the DocumentModel.PaperInfo struct.

In This Topic
    Equality Operator (DocumentModel.PaperInfo)
    In This Topic
    Determines whether two specified DocumentModel.PaperInfo structs are equal.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal s1 As DocumentModel.PaperInfo, _
       ByVal s2 As DocumentModel.PaperInfo _
    ) As Boolean
    public bool operator ==( 
       DocumentModel.PaperInfo s1,
       DocumentModel.PaperInfo s2
    )

    Parameters

    s1
    Instance of the DocumentModel.PaperInfo struct.
    s2
    Instance of the DocumentModel.PaperInfo struct.

    Return Value

    true if the values of its operands are equal, false otherwise.
    See Also