←Select platform

Inequality Operator

Summary
Specifies whether this LeadRect does not contain the same location and size as the specified object.
Syntax
C#
C++/CLI
Python
public static bool !=( 
   LeadRect left, 
   LeadRect right 
) 
public: 
bool operator !=(  
   LeadRect left, 
   LeadRect right 
) 
def op_Inequality(self,left,right): 

Parameters

left
The first LeadRect on the left side of the comparison operator.

right
The second LeadRect on the right side of the comparison operator.

Return Value

true if the two LeadRect do not have the same location and size; false, otherwise.

Requirements

Target Platforms

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

Leadtools Assembly

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