// Assembly: mscorlib
// Full name: System.Collections.CompatibleComparer

namespace System.Collections
{
public class CompatibleComparer // TypeDefIndex: 4736
{
	// Fields
	type#20158 _hcp;
	type#19926 _comparer;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#20155 hashCodeProvider, type#19923 comparer) { }
	// RVA: -1
	internal type#20155 get_HashCodeProvider() { }
	// RVA: -1
	internal type#19923 get_Comparer() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 a, type#23705 b) { }
	// RVA: -1
	public type#20867 Compare(type#23705 a, type#23705 b) { }
	// RVA: -1
	public virtual type#20867 GetHashCode(type#23705 obj) { }
}
}
