Link Search Menu Expand Document

CellsRangeEquality Operator

Implements the operator ==.

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

Parameters

left
Type: Bytescout.Spreadsheet.StructuresCellsRange
The left.
right
Type: Bytescout.Spreadsheet.StructuresCellsRange
The right.

Return Value

Type: Boolean
The result of the operator.
See Also

Reference