(Object aObject)
| 2801 | } |
| 2802 | |
| 2803 | @Override |
| 2804 | public boolean equals(Object aObject) { |
| 2805 | if (aObject instanceof PlayedSound) return ((PlayedSound)aObject).mX == mX && ((PlayedSound)aObject).mY == mY && ((PlayedSound)aObject).mZ == mZ && ((PlayedSound)aObject).mSoundName.equals(mSoundName); |
| 2806 | return F; |
| 2807 | } |
| 2808 | |
| 2809 | @Override |
| 2810 | public int hashCode() { |
no outgoing calls
no test coverage detected