<PackageReference Include="NUnit" Version="4.4.0-beta.2.1" />

IgnoreLineEndingFormatStringComparer

IEqualityComparer<T> that ignores line ending format (\r, \n, and \r\n).

Gets a IgnoreLineEndingFormatStringComparer that performs case-sensitive comparison using the rules of the current culture ignoring line ending format.

Gets a IgnoreLineEndingFormatStringComparer that performs case-insensitive comparison using the rules of the current culture ignoring line ending format.

Gets a IgnoreLineEndingFormatStringComparer that performs case-sensitive comparison using the rules of the invariant culture ignoring line ending format.

Gets a IgnoreLineEndingFormatStringComparer that performs case-insensitive comparison using the rules of the invariant culture ignoring line ending format.

Gets a IgnoreLineEndingFormatStringComparer that performs a case-sensitive ordinal comparison ignoring line ending format.

Gets a IgnoreLineEndingFormatStringComparer that performs a case-insensitive ordinal comparison ignoring line ending format.

public bool Equals(string x, string y)

public int GetHashCode(string obj)