Inequality Operator

Summary
Tests whether two Range objects are different.
Syntax
C#
VB
C++
public static bool !=( 
   Range RangeOne, 
   Range RangeTwo 
) 
  
Public Operator <>( _ 
   ByVal RangeOne As Range, _ 
   ByVal RangeTwo As Range _ 
) As Boolean 
public: 
bool operator !=(  
   Range^ RangeOne, 
   Range^ RangeTwo 
) 

Parameters

RangeOne
The Range object on the left of the inequality operator.

RangeTwo
The Range object on the right of the inequality operator.

Return Value

true if RangeOne and RangeTwo differ in startValue or lastValue; false if RangeOne and RangeTwo are equal.

Requirements

Target Platforms

See Also

Reference

Range Class

Range Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.