←Select platform

Equality Operator

Summary

Specifies whether this LeadSize contains 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 LeadSize, _ 
   ByVal right As LeadSize _ 
) As Boolean 
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 have the same width and height; false, otherwise.

Requirements

Target Platforms

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

Leadtools Assembly