private elemental function is_equal(self, other)
Check if unit is equal (has the same references units) with another one.
Arguments
| Type |
Intent | Optional |
Attributes | | Name | |
| class(uom), |
intent(in) |
|
| :: |
self | The unit. |
| class(uom), |
intent(in) |
|
| :: |
other | The other unit. |
Return Value logical
Check result.