Table of Contents

Operator operator ==

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

operator ==(XlsxCellValue, XlsxCellValue)

Returns whether two values are equal.

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

Parameters

left XlsxCellValue

The first value.

right XlsxCellValue

The second value.

Returns

bool

true when they are equal.