Boo.Lang.Compiler.Steps.OptimizeIterationStatements.EntityPredicate.Matches C# (CSharp) Method

Matches() public method

public Matches ( Node node ) : bool
node Node
return bool
            public bool Matches(Node node)
            {
                return _entity == TypeSystemServices.GetOptionalEntity(node);
            }
OptimizeIterationStatements.EntityPredicate