コード例 #1
0
 public static bool Equals(FastLocation l1, FastLocation l2)
 {
     return(l1.Equals(l2));
 }