public static bool IsOnSameSlopeAs(this BoardLocation source, BoardLocation target) { return(source.Slope() == target.Slope()); }