public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(StepName, Edges.Count));
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(Segments));
 }
Exemplo n.º 3
0
 /// <summary>
 /// Generate a hashcode for this object
 /// </summary>
 /// <returns>A hashcode</returns>
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(X, Y, Z));
 }
Exemplo n.º 4
0
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(Centre, Radius));
 }
Exemplo n.º 5
0
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(HorizontalKey, VerticalKey));
 }
Exemplo n.º 6
0
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(Score, Steps));
 }
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(StartStep, EndStep, Score));
 }
Exemplo n.º 8
0
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(Ends[0], Ends[1]));
 }
Exemplo n.º 9
0
 public override int GetHashCode()
 {
     return(LanguageUtils.RSHash(IntersectionPoint));
 }