ProxyWebPartConnectionCollection.Contains(WebPartConnection) Method

Definition

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

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

Parameters

value
WebPartConnection

A WebPartConnection being checked for its existence in a collection.

Returns

true if value exists in the collection; otherwise, false.

Remarks

The Contains method enables you to check a particular WebPartConnection object and determine whether it is in a ProxyWebPartConnectionCollection collection.

Applies to

See also