C# Class ICSharpCode.Core.CompareConditionEvaluator

Compares two strings. The strings are passed through the StringParser, so it is possible to compare SharpDevelop properties.
Useful if you want to run a command only when a setting is active to prevent loading your addin if that setting isn't set.
Inheritance: IConditionEvaluator
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
IsValid ( object caller, Condition condition ) : bool

Method Details

IsValid() public méthode

public IsValid ( object caller, Condition condition ) : bool
caller object
condition Condition
Résultat bool