FlagsHelper.IsSet<T> Method

Public Shared Function IsSet(Of  _ 
T As Structure)( _ 
ByVal flags As T, _ 
ByVal flag As T _ 
) As Boolean
This language is not supported or no code example is available.
public static bool IsSet<T>( 
T flags
T flag 

where T : struct
This language is not supported or no code example is available.

Type Parameters

T

Parameters

flags
T

flag
T

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition