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
显示文件 Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
IsValid ( object caller, Condition condition ) : bool

Method Details

IsValid() public method

public IsValid ( object caller, Condition condition ) : bool
caller object
condition Condition
return bool