Click or drag to resize
PicoXLSX

CellRangeEquality Operator

Compares two objects whether they are ranges and equal. The cell types (possible $ prefix) are considered. This method reflects Equals(Object)

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public static bool operator ==(
	CellRange range1,
	CellRange range2
)

Parameters

range1  CellRange
First range object
range2  CellRange
Second range object

Return Value

Boolean
True, if both objects are equal, otherwise false
See Also