/// <summary>
 /// Compare this IComponentAttributes to another
 /// </summary>
 public int CompareTo(IComponentAttributes other)
 {
     return(ComponentID.CompareTo(other.ComponentID));
 }