,equals: function(other) {
        return this.code == other.code && this.foreground == other.foreground && this.background == other.background;
    }