Пример #1
0
 public static bool IsOnSameSlopeAs(this BoardLocation source, BoardLocation target)
 {
     return(source.Slope() == target.Slope());
 }