Exemple #1
0
 public bool DoesEqual(GridNode obj)
 {
     return(obj.gridIndex == this.gridIndex);
 }