Table of Contents

Operator operator !=

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

operator !=(XlsxCellValue, XlsxCellValue)

Returns whether two values differ.

public static bool operator !=(XlsxCellValue left, XlsxCellValue right)

Parameters

left XlsxCellValue

The first value.

right XlsxCellValue

The second value.

Returns

bool

true when they differ.