←Select platform

Equality Operator

Summary
Compares two AnnThickness objects for equality.
Syntax
C#
VB
C++
public static bool ==( 
   AnnThickness left, 
   AnnThickness right 
) 
Public Operator =( _ 
   ByVal left As AnnThickness, _ 
   ByVal right As AnnThickness _ 
) As Boolean 
public: 
bool operator ==(  
   AnnThickness left, 
   AnnThickness right 
) 

Parameters

left
First object to compare

right
Second object to compare

Return Value

true if the objects have the same value; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.