English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

当 Array.Sort 调用 x.CompareTo(x) 时,IComparer (或其依赖的 IComparable 方法)未返回零。x:“X”x 的类型:“类型名称”IComparer:“Y”。

Click to search this error in Google

English version

Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. x: 'X', x's type: 'Type Name', IComparer: 'Y'.

Click to search this error in Google



Localized version
 Chinese (Simplified) Legacy

Error category
 .Net Framework

Other localized versions
24 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions