Searched refs:otherLog (Results 1 – 1 of 1) sorted by relevance
72 MessageLog otherLog = (MessageLog) other; in equals() local73 return otherLog.message.equals(message) in equals()74 && otherLog.timeStamp == timeStamp; in equals()