Function libnotcurses_sys::nccellcmp[][src]

pub fn nccellcmp(
    plane1: &NcPlane,
    cell1: &NcCell,
    plane2: &NcPlane,
    cell2: &NcCell
) -> bool
Expand description

Returns true if the two cells are distinct EGCs, attributes, or channels.

The actual egcpool index needn’t be the same–indeed, the planes needn’t even be the same. Only the expanded EGC must be equal. The EGC must be bit-equal;

Method: NcCell.compare().