←Select platform

Equality Operator

Summary
Compares two AnnThickness objects for equality.
Syntax
C#
C++/CLI
Python
public static bool ==( 
   AnnThickness left, 
   AnnThickness right 
) 
public: 
bool operator ==(  
   AnnThickness left, 
   AnnThickness right 
) 
def op_Equality(self,left,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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