Exemple #1
0
 public bool Equals(_daMatrix other)
 {
     return(val.Equals(other));
 }