FlagsHelper Class

Helpers for the enum flags.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static class FlagsHelper
Inheritance
Object    FlagsHelper

Methods

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.

See Also