public int CompareTo(FbxTime other) { if (object.ReferenceEquals(other, null)) { return(1); } return(GetRaw().CompareTo(other.GetRaw())); }