Link Search Menu Expand Document

BorderEquality Operator

Implements the operator ==.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public static bool operator ==(
	Border left,
	Border right
)

Parameters

left
Type: Bytescout.SpreadsheetBorder
The left.
right
Type: Bytescout.SpreadsheetBorder
The right.

Return Value

Type: Boolean
The result of the operator.
See Also

Reference