FlagsHelper Class
Helpers for the enum flags.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static class FlagsHelper
<ExtensionAttribute>
Public NotInheritable Class FlagsHelper
[ExtensionAttribute]
public ref class FlagsHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type FlagsHelper = class end
- Inheritance
- Object FlagsHelper
Contains |
Check to see if a flags enumeration has a specific flag set.
|
IsIdenticalTo<T> |
Checks if the flag value is identical to the provided enum.
|