Click or drag to resize
NanoXLSX

RangeInequality Operator

Determines whether two Range instances are not equal.

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
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 not equal; otherwise, .
See Also