CompareObjects Method (IEntityHelper) Send Feedback
See Also 
Result[out]
True if Obj1 and Obj2 are identical, false if not
Obj1
Entity to compare to Ob2
Obj2
Entity to compare to Obj1
Compares the two specified entities.

Syntax

Visual Basic 
Function CompareObjects( _
   ByVal Obj1 As System.Object, _
   ByVal Obj2 As System.Object _
) As System.Boolean
C# 
System.bool CompareObjects( 
   System.object Obj1,
   System.object Obj2
)
JavaScript 
CompareObjects( 
   Obj1 : Object,
   Obj2 : Object
) : Boolean
COM native C++ 
HRESULT CompareObjects( 
   IDispatch* Obj1,
   IDispatch* Obj2,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT CompareObjects( 
   dsObject* Obj1,
   dsObject* Obj2,
   bool* Result
) 

Parameters

Obj1
Entity to compare to Ob2
Obj2
Entity to compare to Obj1
Result[out] or Return Value
True if Obj1 and Obj2 are identical, false if not
 

See Also

Availability

DraftSight V1R4.0