←Select platform

Inequality Operator

Summary
Tests whether two Range objects are different.

Syntax
C#
C++/CLI
Python
public static bool !=( 
   Range RangeOne, 
   Range RangeTwo 
) 
public: 
bool operator !=(  
   Range^ RangeOne, 
   Range^ RangeTwo 
) 
def op_Inequality(self,RangeOne,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

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