Add image

This commit is contained in:
acp059
2020-04-21 17:33:55 +02:00
parent 17c8bff5ed
commit bd24ef7663
2 changed files with 6 additions and 1 deletions

View File

@ -29,4 +29,6 @@ Person Eva = new Person(0);
```java
boolean bool1 = Eva == Henri;
boolean bool2 = Eva.equals(Henri);
```
```
![bg 50%](https://git.haw-hamburg.de/pm1-tutorium/slides/-/raw/master/img/referenz2.PNG)