C# string StringComparison 字符串对比 namespace System { /// <summary>指定供 <see cref="M:System.String.Compare(System.String,System.String)" /> 和 <see cref="M:System.String.Equals(System.Object)" /> 方法的特定重载使用的区域性、大小写和排序规则。</summary> [ComVisible(true)] [__DynamicallyInvokable] [Serializable]