LEADTOOLS (Leadtools assembly)

Equality Operator (LeadLengthD)

Show in webframe







The first LeadLengthD structure on the left side of the comparison operator.
The second LeadLengthD structure on the right side of the comparison operator.
Specifies whether two LeadLengthD structures contains the same values.
Syntax
public bool operator ==( 
   LeadLengthD length1,
   LeadLengthD length2
)
'Declaration
 
Public Operator =( _
   ByVal length1 As LeadLengthD, _
   ByVal length2 As LeadLengthD _
) As Boolean
'Usage
 
public bool operator ==( 
   LeadLengthD length1,
   LeadLengthD length2
)

            

            
This operator type is not supported by WinRT JavaScript
public:
bool operator ==( 
   LeadLengthD length1,
   LeadLengthD length2
)

Parameters

length1
The first LeadLengthD structure on the left side of the comparison operator.
length2
The second LeadLengthD structure on the right side of the comparison operator.

Return Value

true if the two LeadLengthD have the same values; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadLengthD Structure
LeadLengthD Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.