Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadLengthD Structure > Equals Method : Equals(LeadLengthD,LeadLengthD) Method |
public static bool Equals( LeadLengthD length1, LeadLengthD length2 )
'Declaration
Public Overloads Shared Function Equals( _ ByVal length1 As LeadLengthD, _ ByVal length2 As LeadLengthD _ ) As Boolean
'Usage
Dim length1 As LeadLengthD Dim length2 As LeadLengthD Dim value As Boolean value = LeadLengthD.Equals(length1, length2)
public static bool Equals( LeadLengthD length1, LeadLengthD length2 )
BOOL LeadLengthDEqualToLengthD(LeadLengthD length1, LeadLengthD length2)
public: static bool Equals( LeadLengthD length1, LeadLengthD length2 )