You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -464,6 +466,7 @@ The following example demonstrates the properties and the <xref:System.StringCom
464
466
Each call to the <xref:System.StringComparer.CurrentCulture%2A> property `get` accessor returns a new <xref:System.StringComparer> object, as the following code shows.
To improve performance, you can store the <xref:System.StringComparer> object in a local variable rather than retrieve the value of the <xref:System.StringComparer.CurrentCulture%2A> property multiple times.
@@ -475,6 +478,7 @@ The following example demonstrates the properties and the <xref:System.StringCom
@@ -537,6 +541,7 @@ The following example demonstrates the properties and the <xref:System.StringCom
537
541
Each call to the <xref:System.StringComparer.CurrentCultureIgnoreCase%2A> property `get` accessor returns a new <xref:System.StringComparer> object, as the following code shows.
To improve performance, you can store the <xref:System.StringComparer> object in a local variable rather than retrieve the value of the <xref:System.StringComparer.CurrentCultureIgnoreCase%2A> property multiple times.
@@ -905,6 +910,7 @@ The following example demonstrates the properties and the <xref:System.StringCom
0 commit comments