IContract.RemoteEquals(IContract) Method

Definition

Indicates whether the specified contract is equal to this IContract.

public:
 bool RemoteEquals(System::AddIn::Contract::IContract ^ contract);
public bool RemoteEquals (System.AddIn.Contract.IContract contract);
abstract member RemoteEquals : System.AddIn.Contract.IContract -> bool
Public Function RemoteEquals (contract As IContract) As Boolean

Parameters

contract
IContract

The contract to compare with this IContract.

Returns

true if contract is equal to this IContract; otherwise, false.

Applies to