public int CompareTo(GLTexture other) { return(other is null ? -1 : ObjectHandle.CompareTo(other.ObjectHandle)); }