[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.TextMapFragment.AreSame

AreSame Method

AreSame(TextMapFragment, TextMapFragment)

Checks whether two TextMapFragment objects are the same.

Declaration
public static bool AreSame(TextMapFragment tlf1, TextMapFragment tlf2)
Public Shared Function AreSame(tlf1 As TextMapFragment, tlf2 As TextMapFragment) As Boolean
Parameters
Type Name Description
TextMapFragment tlf1
TextMapFragment tlf2
Returns
Type Description
bool