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