Click or drag to resize
PicoXLSX

CellRangeInequality Operator

Compares two objects whether they not equal. This method reflects the inverted method of Equals(Object)

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+979f63df73597c59a561adf6eaf77d31604cfe2e
Syntax
C#
public static bool operator !=(
	CellRange range1,
	CellRange range2
)

Parameters

range1  CellRange
First range object
range2  CellRange
Second range object

Return Value

Boolean
False, if both objects are equal, otherwise true
See Also