Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / Exists Method

In This Topic
    Exists Method (LogEntryList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Exists( _
       ByVal match As System.Predicate(Of LogEntryBase) _
    ) As System.Boolean
    public System.bool Exists( 
       System.Predicate<LogEntryBase> match
    )

    Parameters

    match
    See Also