Skip to main content
Code Review

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

For proper implementation of the GetHashCode() method you can take a look at http://stackoverflow.com/a/263416/2655508 https://stackoverflow.com/a/263416/2655508 .

For proper implementation of the GetHashCode() method you can take a look at http://stackoverflow.com/a/263416/2655508 .

For proper implementation of the GetHashCode() method you can take a look at https://stackoverflow.com/a/263416/2655508 .

edited body
Source Link
Heslacher
  • 50.9k
  • 5
  • 83
  • 177

doto get distinct PointData of a List<PointData> you should consider to do this right by adding a specialized IEqualityComparer<T> which only checks equality based on the pointNumber property/field.

do get distinct PointData of a List<PointData> you should consider to do this right by adding a specialized IEqualityComparer<T> which only checks equality based on the pointNumber property/field.

to get distinct PointData of a List<PointData> you should consider to do this right by adding a specialized IEqualityComparer<T> which only checks equality based on the pointNumber property/field.

deleted 2 characters in body
Source Link
Heslacher
  • 50.9k
  • 5
  • 83
  • 177
private string GetColorAsText(Color color)
{
 return String.Format("#{0}", f.color.Name.Remove(0,2).ToUpper());
} 
private string GetColorAsText(Color color)
{
 return String.Format("#{0}", f.color.Name.Remove(0,2).ToUpper());
} 
private string GetColorAsText(Color color)
{
 return String.Format("#{0}", color.Name.Remove(0,2).ToUpper());
} 
added 1 character in body
Source Link
Heslacher
  • 50.9k
  • 5
  • 83
  • 177
Loading
added 17 characters in body
Source Link
Heslacher
  • 50.9k
  • 5
  • 83
  • 177
Loading
Source Link
Heslacher
  • 50.9k
  • 5
  • 83
  • 177
Loading
lang-cs

AltStyle によって変換されたページ (->オリジナル) /