The struct, record or union type '{0}' has an explicit implementation of 'Object.GetHashCode'. Consider implementing a matching override for 'Object.Equals(obj)'
The struct, record or union type '{0}' does not support structural equality because the type '{1}' does not satisfy the 'equality' ...
The struct, record or union type '{0}' does not support structural equality because the type parameter {1} does not satisfy ...
The struct, record or union type '{0}' has an explicit implementation of 'Object.Equals'. Consider implementing a matching ...
The struct, record or union type '{0}' has an explicit implementation of 'Object.GetHashCode' or 'Object.Equals'. You must ...
The struct, record or union type '{0}' has an explicit implementation of 'Object.GetHashCode'. Consider implementing a matching ...
The struct, record or union type '{0}' has the 'StructuralComparison' attribute but the component type '{1}' does not satisfy ...
The struct, record or union type '{0}' has the 'StructuralComparison' attribute but the type parameter '{1}' does not satisfy ...
The struct, record or union type '{0}' has the 'StructuralEquality' attribute but the component type '{1}' does not satisfy ...
The struct, record or union type '{0}' has the 'StructuralEquality' attribute but the type parameter '{1}' does not satisfy ...