CompareObjects Method (IEntityHelper)
Compares the two specified entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CompareObjects( _
IDispatch* Obj1 As System.Object, _
IDispatch* Obj2 As System.Object _
) As System.Boolean |
C# | |
---|
System.bool CompareObjects(
System.object Obj1,
System.object Obj2
) |
Parameters
- Obj1
- Entity to compare to Obj2
- Obj2
- Entity to compare to Obj1
Parameters
- Result[out] or Return Value
- True if Obj1 and Obj2 are identical, false if not
See Also
Availability
DraftSight V1R4.0