IEqualToConditionBuilder<T, U> public interface IEqualToConditionBuilder<T, U> Creates a condition that evaluates to true when the value passed in is equal to the result's value. Documentation T EqualTo(U value) A Condition that evaluates the result's value is equal to value provided.