Click or drag to resize
NanoXLSX

RangeEquality Operator

Determines whether two Range instances are equal.

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntax
C#
public static bool operator ==(
	Range range1,
	Range range2
)

Parameters

range1  Range
The first Range to compare.
range2  Range
The second Range to compare.

Return Value

Boolean
if the two Range instances are equal; otherwise, .
See Also