コード例 #1
0
ファイル: Matrix.cs プロジェクト: wesreid/xwt
 public static bool Equals(Matrix matrix1, Matrix matrix2)
 {
     return(matrix1.Equals(matrix2));
 }