示例#1
0
文件: Matrix.cs 项目: wesreid/xwt
 public static bool Equals(Matrix matrix1, Matrix matrix2)
 {
     return(matrix1.Equals(matrix2));
 }