Microsoft.ManagementConsole.ActionBase.IsStateSet C# (CSharp) Method

IsStateSet() private method

private IsStateSet ( Microsoft state ) : bool
state Microsoft
return bool
        private bool IsStateSet(Microsoft.ManagementConsole.ActionStates state)
        {
            return ((this._data.State & ((Microsoft.ManagementConsole.Internal.ActionStates) ((int) state))) != 0);
        }