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
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
IsValid ( object caller, Condition condition ) : bool

메소드 상세

IsValid() 공개 메소드

public IsValid ( object caller, Condition condition ) : bool
caller object
condition Condition
리턴 bool