Mat.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(MatSoort ander)
  2. bool opEquals(Soort[grootte] ander)
  3. bool opEquals(Soort[kolom_aantal][rij_aantal] ander)
    struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
    const @safe pure nothrow
    bool
    opEquals
    (
    const Soort[kolom_aantal][rij_aantal] ander
    )
    if (
    rij_aantal > 0 &&
    kolom_aantal > 0
    )

Meta