예제 #1
0
파일: daMatrix.cs 프로젝트: htna/explsolv
 public bool Equals(_daMatrix other)
 {
     return(val.Equals(other));
 }