<PackageReference Include="NUnit" Version="4.5.1" />

NUnit.Framework.Constraints.Comparers.IgnoreLineEndingFormatStringComparer

IEqualityComparer<T> that ignores line ending format (\r, \n, and \r\n).
namespace NUnit.Framework.Constraints.Comparers { internal sealed class IgnoreLineEndingFormatStringComparer : IEqualityComparer<string> { public static readonly IgnoreLineEndingFormatStringComparer CurrentCulture; public static readonly IgnoreLineEndingFormatStringComparer CurrentCultureIgnoreCase; public static readonly IgnoreLineEndingFormatStringComparer InvariantCulture; public static readonly IgnoreLineEndingFormatStringComparer InvariantCultureIgnoreCase; public static readonly IgnoreLineEndingFormatStringComparer Ordinal; public static readonly IgnoreLineEndingFormatStringComparer OrdinalIgnoreCase; public bool Equals(string x, string y); public int GetHashCode(string obj); } }