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

ICondition

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