public int CompareTo(IListBoxItem other) { LightResource light = other as LightResource; if (light != null) return CompareTo(light); return 0; }