←Select platform

Equality Operator

Summary

Compares two AnnThickness objects for equality.

Syntax

C#
VB
WinRT C#
public static bool ==( 
   AnnThickness left, 
   AnnThickness right 
) 
Public Operator =( _ 
   ByVal left As Leadtools.Annotations.Core.AnnThickness, _ 
   ByVal right As Leadtools.Annotations.Core.AnnThickness _ 
) As Boolean 
This operator type is not supported by WinRT JavaScript 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly