←Select platform

Equals(LeadLengthD,LeadLengthD) Method

Summary

Specifies whether two LeadLengthD structures contain the same values.

Syntax

C#
VB
Objective-C
C++
public static bool Equals( 
   LeadLengthD length1, 
   LeadLengthD length2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal length1 As Leadtools.LeadLengthD, _ 
   ByVal length2 As Leadtools.LeadLengthD _ 
) As Boolean 
BOOL LeadLengthDEqualToLengthD(LeadLengthD length1, LeadLengthD length2) 

Parameters

length1
The first LeadLengthD structure to use in the comparison.

length2
The second LeadLengthD structure to use in the comparison.

Return Value

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

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 Assembly