- Contents
 
DesignerCOM API
II3IDHandler::IsEqualTo Method
Synopsis
This property indicates whether or not the inbound handler interface pointer points to the same handler.
IDL Function Prototype
HRESULT IsEqualTo(
[in] II3IDHandler * HandlerPtr,
[out, retval] VARIANT_BOOL * Equal
);
C/C++ Syntax
HRESULT IsEqualTo( II3IDHandler * HandlerPtr, VARIANT_BOOL * Equal);
Parameters
- HandlerPtr
 - 
 
An II3IDHandler object.
 - Equal
 - 
 
True if the pointer points to the same handler; otherwise False.
 

 
			 