I am a beginning programmer and came across this in my textbook:
public boolean equals(DataElement otherElement) { IntElement temp = (IntElement) otherEl
It is a type castSee the example here