OpenBIMRL | General functions
Class path: general.equals
Equality

Description
Prüfung von 2 Objekten auf exakte Gleichheit.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | A | Object | Object A |
| 1 | B | Object | Object B |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Equality | Boolean | Boolean whether A = B |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself