LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Inequality Operator
See Also 
Leadtools Namespace > LeadSize Structure : Inequality Operator


left
The first LeadSize to be used in the comparison.
right
The second LeadSize to be used in the comparison.
Specifies whether this LeadSize does not contain the same width and height as the specified object. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal left As LeadSize, _
   ByVal right As LeadSize _
) As Boolean
C# 
public bool operator !=( 
   LeadSize left,
   LeadSize right
)
C++/CLI 
public:
bool operator !=( 
   LeadSize left,
   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; otherwise, false.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also