TupleComparerBase abstract class TupleComparerBase : IChainComparer Base class for comparators for tuples (both regular Tuples and ValueTuples). Documentation public bool? Equal(object x, object y, ref Tolerance tolerance, ComparisonState state) protected abstract object GetValue(Type type, string propertyName, object obj) protected abstract bool IsCorrectType(Type type)