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


Localized version

Array.Sort가 x. CompareTo(x)를 호출했을 때 IComparer (또는 이것이 의존하는 IComparable 메서드)는 0을 반환하지 않았습니다. 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
 Korean

Error category
 .Net Framework

Other localized versions
24 versions





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