ProviderConnectionPointCollection.Contains(ProviderConnectionPoint) Method

Definition

Returns a value indicating whether a particular ProviderConnectionPoint object exists in the collection.

public:
 bool Contains(System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ connectionPoint);
public bool Contains (System.Web.UI.WebControls.WebParts.ProviderConnectionPoint connectionPoint);
member this.Contains : System.Web.UI.WebControls.WebParts.ProviderConnectionPoint -> bool
Public Function Contains (connectionPoint As ProviderConnectionPoint) As Boolean

Parameters

connectionPoint
ProviderConnectionPoint

The ProviderConnectionPoint to search for.

Returns

true if the provider connection point is contained in the collection; otherwise, false.

Applies to

See also