Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / OrFilter Class / IsItemMatching Method / IsItemMatching(FileSystemItem) Method
The FileSystemItem object that will be verified.


In This Topic
    IsItemMatching(FileSystemItem) Method
    In This Topic
    Gets a boolean value indicating if the item matches at least one of the filters.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function IsItemMatching( _
       ByVal item As FileSystemItem _
    ) As Boolean
    'Usage
     
    Dim instance As OrFilter
    Dim item As FileSystemItem
    Dim value As Boolean
     
    value = instance.IsItemMatching(item)
    public override bool IsItemMatching( 
       FileSystemItem item
    )

    Parameters

    item
    The FileSystemItem object that will be verified.

    Return Value

    true if item matches at least one of the filters; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also