Hi - is the best way to compare two SymbolList objects to see if they represent the same sequence, mySL1.toList().equals(mySL2.toList()) (so if I want to use a sequence as a key in a Map I could use the SymbolList.toList() )? thanks, david