←Select platform

Inequality Operator (LeadSizeD)

Summary

Specifies whether two LeadSizeD structures do not contain the same values.

Syntax

C#
VB
C++
public bool operator !=(  
   Leadtools.LeadSizeD size1, 
   Leadtools.LeadSizeD size2 
) 
Public Operator <>( _ 
   ByVal size1 As Leadtools.LeadSizeD, _ 
   ByVal size2 As Leadtools.LeadSizeD _ 
) As Boolean 
public: 
bool operator !=(  
   Leadtools.LeadSizeD size1, 
   Leadtools.LeadSizeD size2 
) 

Parameters

size1
The first LeadSizeD structure to use in the comparison.

size2
The second LeadSizeD structure to use in the comparison.

Return Value

true if the two LeadSizeD structures do not have the same values; false, otherwise.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize