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