←Select platform

Equals Method

Summary

Determines whether the specified AeInfo is equal to the current AeInfo.

Syntax

C#
VB
C++
public virtual bool Equals( 
   AeInfo aeInfo 
) 
  
Public Overloads Overridable Function Equals( _ 
   ByVal aeInfo As Leadtools.Dicom.Addin.Common.AeInfo _ 
) As Boolean 
public: 
virtual bool Equals(  
   Leadtools.Dicom.Addin.Common.AeInfo^ aeInfo 
)  

Parameters

aeInfo
The AeInfo to compare with the current object.

Return Value

true if the specified AeInfo is equal to the current AeInfo; otherwise, false.

Requirements

Target Platforms

See Also

Reference

AeInfo Class

AeInfo Members

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly