Operator operator ==
operator ==(XlsxBorder, XlsxBorder)
Returns whether two borders are equal.
public static bool operator ==(XlsxBorder left, XlsxBorder right)
Parameters
leftXlsxBorderThe first border.
rightXlsxBorderThe second border.
Returns whether two borders are equal.
public static bool operator ==(XlsxBorder left, XlsxBorder right)
left XlsxBorderThe first border.
right XlsxBorderThe second border.