Visual Basic | |
---|---|
Function CompareObjects( _ ByVal Obj1 As System.Object, _ ByVal Obj2 As System.Object _ ) As System.Boolean |
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
DraftSight V1R4.0