DVUI

eqColRow

Parameters

#
self:Cell
Cell
col_num:usize
usize
row_num:usize
usize

Source

Implementation

#
pub fn eqColRow(self: Cell, col_num: usize, row_num: usize) bool {
        return self.col_num == col_num and self.row_num == row_num;
    }