ContractBase.RemoteEquals(IContract) Method

Definition

Compares an object with a remote object for equality.

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

Parameters

contract
IContract

The object to test for equality with the remote object.

Returns

true if the object is equal to the remote object; otherwise, false.

Implements

Applies to