IRemoteArgumentArrayListContract.Contains(RemoteArgument) Method

Definition

Indicates whether a specified RemoteArgument is in the IRemoteArgumentArrayListContract.

public:
 bool Contains(System::AddIn::Contract::RemoteArgument item);
public bool Contains (System.AddIn.Contract.RemoteArgument item);
abstract member Contains : System.AddIn.Contract.RemoteArgument -> bool
Public Function Contains (item As RemoteArgument) As Boolean

Parameters

Returns

true if item is found in the IRemoteArgumentArrayListContract; otherwise, false.

Applies to