<PackageReference Include="Relativity.API" Version="20.0.0" />

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.
T EqualTo(U value)

A Condition that evaluates the result's value is equal to value provided.