ServiceDescriptionCollection::Contains Method (ServiceDescription^)
.NET Framework (current version)
Returns a value indicating whether the specified ServiceDescription is a member of the collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- serviceDescription
-
Type:
System.Web.Services.Description::ServiceDescription^
The ServiceDescription for which to check collection membership.
Return Value
Type: System::Booleantrue if the serviceDescription parameter is a member of the ServiceDescriptionCollection; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: