Skip to content

Commit 15a5d3b

Browse files
Update OrdinalIgnoreCase to indicate it can't be combined
1 parent 9e33a9f commit 15a5d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Globalization/CompareOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
</ReturnValue>
429429
<MemberValue>268435456</MemberValue>
430430
<Docs>
431-
<summary>String comparison must ignore case, then perform an ordinal comparison. This technique is equivalent to converting the string to uppercase using the invariant culture and then performing an ordinal comparison on the result.</summary>
431+
<summary>String comparison must ignore case, then perform an ordinal comparison. This technique is equivalent to converting the string to uppercase using the invariant culture and then performing an ordinal comparison on the result. This value cannot be combined with other <see cref="T:System.Globalization.CompareOptions" /> values and must be used alone.</summary>
432432
</Docs>
433433
</Member>
434434
<Member MemberName="StringSort">

0 commit comments

Comments
 (0)