예제 #1
0
파일: Matrix.cs 프로젝트: wesreid/xwt
 public static bool Equals(Matrix matrix1, Matrix matrix2)
 {
     return(matrix1.Equals(matrix2));
 }