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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly