FubuMVC.Swank.Specification.BehaviorSource.IsNotConfigThing C# (CSharp) Method

IsNotConfigThing() private method

private IsNotConfigThing ( BehaviorChain chain ) : bool
chain BehaviorChain
return bool
        bool IsNotConfigThing(BehaviorChain chain)
        {
            return (!_configuration.AppliesToAssemblies.Any() ||
                    _configuration.AppliesToAssemblies.Any(y => y == chain.FirstCall().HandlerType.Assembly));
        }