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.