CompareObjects Method (IEntityHelper)
Compares the two specified entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CompareObjects( _
dsObject* Obj1 As System.Object, _
dsObject* Obj2 As System.Object _
) As System.Boolean |
C# | |
---|
System.bool CompareObjects(
System.object Obj1,
System.object Obj2
) |
JavaScript | |
---|
CompareObjects(
Obj1 : Object,
Obj2 : Object
) : Boolean |
Parameters
- Obj1
- Entity to compare to Obj2
- 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