Skip to main content

compare_values

Function compare_values 

Source
pub fn compare_values(
    old: &CellValue,
    new: &CellValue,
    opts: &ValueCompareOptions,
) -> Option<ValueChange>
Expand description

Compare two CellValues under the supplied options.

Returns Some(ValueChange) when the values differ; None when equal.