Contains Method

Summary
Determines whether a DelegatedServer is in the collection.
Syntax
C#
VB
C++
public bool Contains( 
   DelegatedServer item 
) 
  
Public Function Contains( _ 
   ByVal item As DelegatedServer _ 
) As Boolean 
public: 
bool Contains(  
   DelegatedServer^ item 
)  

Parameters

item
The DelegatedServer to locate in the DelegatedServersCollection.

Return Value

true if an item is found; otherwise false.

Remarks

The method determines equality using the default System.Object.Equals(System.Object).

Requirements

Target Platforms

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

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.