←Select platform

Inequality Operator

Summary

Specifies whether this LeadSize does not contain the same width and height as the specified object.

Syntax

C#
VB
C++
public static bool !=( 
   LeadSize left, 
   LeadSize right 
) 
Public Operator <>( _ 
   ByVal left As Leadtools.LeadSize, _ 
   ByVal right As Leadtools.LeadSize _ 
) As Boolean 
public: 
bool operator !=(  
   Leadtools.LeadSize left, 
   Leadtools.LeadSize right 
) 

Parameters

left
The first LeadSize to be used in the comparison.

right
The second LeadSize to be used in the comparison.

Return Value

true if the two LeadSize do not have the same width and height; 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