Utility IsFlagSet Method Bespoke Osc Library
Bitwise test for flag.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function IsFlagSet ( _
	input As Enum, _
	flagToMatch As Enum _
) As Boolean

Return Value

true if the flag is set; otherwise, false.
See Also