Example #1
0
 public abstract bool Equals(CostlyPathfindingCell other);
Example #2
0
 public int CompareTo(CostlyPathfindingCell other) => Cost.CompareTo(other.Cost);