ContractBase.GetRemoteHashCode Method

Definition

Gets the hash code for the current ContractBase object.

public:
 virtual int GetRemoteHashCode();
public virtual int GetRemoteHashCode ();
abstract member GetRemoteHashCode : unit -> int
override this.GetRemoteHashCode : unit -> int
Public Overridable Function GetRemoteHashCode () As Integer

Returns

A hash code for the current ContractBase object.

Implements

Applies to