Creates and returns a copy of this object. (Inherited from Object) Dispose() (Inherited from Object) Dispose(Boolean) (Inherited from Object) Equals(Object) Indicates whether some other object is "equal to" this one. (Inherited from Object) GetHashCode() Returns a hash code value ...
The next two methods help to establish and manage identity. The idea of GetRemoteHashCode is that it should always return the hash code of the underlying object to the remote caller. This ensures that the same remote object hashes the same every time it is used. But hash codes are not ...