Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / AreSame Method

In This Topic
    AreSame Method (TextMapFragment)
    In This Topic
    Checks whether two TextMapFragment objects are the same.
    Syntax
    'Declaration
     
    Public Shared Function AreSame( _
       ByVal tlf1 As TextMapFragment, _
       ByVal tlf2 As TextMapFragment _
    ) As System.Boolean
    public static System.bool AreSame( 
       TextMapFragment tlf1,
       TextMapFragment tlf2
    )

    Parameters

    tlf1
    tlf2
    See Also