// Assembly: mscorlib
// Full name: System.StringComparer

namespace System
{
public class StringComparer // TypeDefIndex: 3550
{
	// Fields
	type#16618 s_invariantCulture;
	type#16618 s_invariantCultureIgnoreCase;
	type#23957 s_ordinal;
	type#23960 s_ordinalIgnoreCase;

	// Methods
	// RVA: -1
	public static type#26616 get_InvariantCultureIgnoreCase() { }
	// RVA: -1
	public static type#26616 get_Ordinal() { }
	// RVA: -1
	public static type#26616 get_OrdinalIgnoreCase() { }
	// RVA: -1
	public static type#26616 Create(type#16623 culture, type#15313 ignoreCase) { }
	// RVA: -1
	public virtual type#20867 Compare(type#23705 x, type#23705 y) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 x, type#23705 y) { }
	// RVA: -1
	public virtual type#20867 GetHashCode(type#23705 obj) { }
	// RVA: -1
	public abstract type#20867 Compare(type#26576 x, type#26576 y) { }
	// RVA: -1
	public abstract type#15313 Equals(type#26576 x, type#26576 y) { }
	// RVA: -1
	public abstract type#20867 GetHashCode(type#26576 obj) { }
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
