←Select platform

Inequality Operator

Summary

Specifies whether this LeadRect does not contain the same location and size as the specified object.

Syntax

C#
VB
C++
public static bool !=( 
   LeadRect left, 
   LeadRect right 
) 
Public Operator <>( _ 
   ByVal left As Leadtools.LeadRect, _ 
   ByVal right As Leadtools.LeadRect _ 
) As Boolean 
public: 
bool operator !=(  
   Leadtools.LeadRect left, 
   Leadtools.LeadRect 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly