How to compare values of generic types? January 15, 2023 by Tarik IComparable doesn’t overload the >= operator. You should use value.CompareTo(_minimumValue) >= 0