public Bool Equal(Int checkValue) => new IntEquality(this, checkValue);
public IntEquality(Int lhs, Int rhs) { _lhs = lhs; _rhs = rhs; }