Themes for WinForms | ComponentOne
C1.Win.Themes.8 Assembly / C1.Win.Themes.Serialization Namespace / SerializerLog Class / Exists Method

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

    Parameters

    match
    See Also