C# Класс 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.
Наследование: IConditionEvaluator
Показать файл Открыть проект

Открытые методы

Метод Описание
IsValid ( object caller, Condition condition ) : bool

Описание методов

IsValid() публичный Метод

public IsValid ( object caller, Condition condition ) : bool
caller object
condition Condition
Результат bool