<PackageReference Include="Castle.Core" Version="4.2.1" />

ICondition

public interface ICondition
Contract for value matching.
namespace Castle.Components.DictionaryAdapter { public interface ICondition { bool SatisfiedBy(object value); } }