- item
- The DelegatedServer to locate in the DelegatedServersCollection.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function Contains( _ ByVal item As DelegatedServer _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual bool Contains( DelegatedServer item ) |
C++/CLI | |
---|---|
public: virtual bool Contains( DelegatedServer^ item ) |
Parameters
- item
- The DelegatedServer to locate in the DelegatedServersCollection.
Return Value
true if an item is found; otherwise false.The method determines equality using the default Equals.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family