// Assembly: mscorlib
// Full name: System.Globalization.CompareOptions

namespace System.Globalization
{
public class CompareOptions // TypeDefIndex: 4619
{
	// Fields
	type#20890 value__;
	type#16219 None;
	type#16219 IgnoreCase;
	type#16219 IgnoreNonSpace;
	type#16219 IgnoreSymbols;
	type#16219 IgnoreKanaType;
	type#16219 IgnoreWidth;
	type#16219 OrdinalIgnoreCase;
	type#16219 StringSort;
	type#16219 Ordinal;
}
}
