The struct, record or union type '{0}' implements the interface 'System.IEquatable<_>' explicitly. Apply the 'CustomEquality' attribute to the type and provide a consistent implementation of the non-generic override 'System.Object.Equals(obj)'.
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 ...
The struct, record or union type '{0}' implements the interface 'System.IComparable ' explicitly. You must apply the 'CustomComparison' ...
The struct, record or union type '{0}' implements the interface 'System.IComparable' explicitly. You must apply the 'CustomComparison' ...
The struct, record or union type '{0}' implements the interface 'System.IEquatable ' explicitly. Apply the 'CustomEquality' ...
The struct, record or union type '{0}' implements the interface 'System.IStructuralComparable' explicitly. Apply the 'CustomComparison' ...
The struct, record or union type '{0}' implements the interface 'System.IStructuralEquatable' explicitly. Apply the 'CustomEquality' ...
The struct, record or union type '{0}' is not structurally comparable because the type '{1}' does not satisfy the 'comparison' ...
The struct, record or union type '{0}' is not structurally comparable because the type parameter {1} does not satisfy the ...