Contains Method

Summary

Determines whether the MatchingParameterCollection contains a MatchingParameterList.

Syntax
C#
VB
C++
public bool Contains( 
   MatchingParameterList item 
) 
  
Public Function Contains( _ 
   ByVal item As MatchingParameterList _ 
) As Boolean 
public: 
bool Contains(  
   MatchingParameterList^ item 
)  

Parameters

item
The MatchingParameterList to locate.

Return Value

true if the item is found in the MatchingParameterCollection; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly