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