Microsoft SDK for Java

IRemoteObjectEx::
IsSameObject

The IsSameObject method of the IRemoteObjectEx interface determines whether a given IRemoteObject interface represents this object.

Syntax

HRESULT IsSameObject(IRemoteObject *other)

Parameters

[in] *other The other object to compare with this object.

Return Value

S_OK The given object is this object. 

S_FALSE The given object is not this object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.