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