 | RangeInequality Operator |
Determines whether two
Range instances are not equal.
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntaxpublic 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