NevronOpenVision
Nevron.Nov.DataStructures Namespace / NNotFilter<T> Class / Filter Method
object to filter
In This Topic
    Filter Method (NNotFilter<T>)
    In This Topic
    Inverts the result of the contained filter
    Syntax
    public System.bool Filter( 
       T item
    )

    Parameters

    item
    object to filter

    Return Value

    true if the contained filter returned false, false if the contained filter returned true
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also