Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / FlagsHelper Class / IsSet<T> Method

In This Topic
    IsSet<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsSet(Of T As {New, Struct})( _
       ByVal flags As T, _
       ByVal flag As T _
    ) As Boolean
    public static bool IsSet<T>( 
       T flags,
       T flag
    )
    where T: new(), struct

    Parameters

    flags
    flag

    Type Parameters

    T
    See Also