AjRools.Expert.Facts.NameVerbValueFact.IsSatisfiedByContext C# (CSharp) Méthode

IsSatisfiedByContext() public méthode

public IsSatisfiedByContext ( Context context ) : bool
context Context
Résultat bool
        public bool IsSatisfiedByContext(Context context)
        {
            return this.IsSatisfiedByValue(context.GetValue(this.name));
        }