←Select platform

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 Leadtools.Jpip.Server.DelegatedServer _ 
) As Boolean 
public: 
bool Contains(  
   Leadtools.Jpip.Server.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly