Compare a list of strings: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring, marked p2js compatible)
m (→‎{{header|C sharp}}: Regularize header markup to recommended on category page)
Line 700: Line 700:
}</lang>
}</lang>


=={{header|C sharp}}==
=={{header|C sharp|C#}}==
{{works with|C sharp|7}}
{{works with|C sharp|7}}
<lang csharp>public static (bool lexicallyEqual, bool strictlyAscending) CompareAListOfStrings(List<string> strings) =>
<lang csharp>public static (bool lexicallyEqual, bool strictlyAscending) CompareAListOfStrings(List<string> strings) =>