NevronOpenVision
Nevron.Nov.DataStructures Namespace / NTypeEqualsFilter<T,TTargetType> Class
Members
In This Topic
    NTypeEqualsFilter<T,TTargetType> Class
    In This Topic
    Filter objects of type T, the type of which exactly matches TTargetType. You cannot create instances of this type and must always use the Instance singleton.
    Object Model
    NTypeEqualsFilter<T,TTargetType> Class
    Syntax
    public sealed class NTypeEqualsFilter<T,TTargetType> : INFilter<T>  
    Type Parameters
    T
    TTargetType
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NTypeEqualsFilter<T,TTargetType>

    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