Exemplo n.º 1
0
 public static bool IsOnSameGradeAs(this BoardLocation source, BoardLocation target)
 {
     return(source.Grade() == target.Grade());
 }