Exemplo n.º 1
0
 bool Equals(Vec secondVec) => X == secondVec.X && Y == secondVec.Y;