OperationCollection.Contains Method (Operation)

 

Returns a value indicating whether the specified Operation is a member of the OperationCollection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Contains : 
        operation:Operation -> bool

Parameters

operation
Type: System.Web.Services.Description.Operation

The Operation for which to check collection membership.

Return Value

Type: System.Boolean

true if operation is a member of the OperationCollection; otherwise, false.

The following example demonstrates the use of the Contains method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: