←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly