Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfRef Class / AreRefsSame Method

In This Topic
    AreRefsSame Method
    In This Topic
    Checks whether two PdfRef objects are the same.
    Syntax
    'Declaration
     
    Public Shared Function AreRefsSame( _
       ByVal pr1 As PdfRef, _
       ByVal pr2 As PdfRef _
    ) As System.Boolean
    public static System.bool AreRefsSame( 
       PdfRef pr1,
       PdfRef pr2
    )

    Parameters

    pr1
    pr2
    See Also