Exemplo n.º 1
0
 public int CompareTo(ChunkIdComponent other)
 {
     return(Value.CompareTo(other.Value));
 }
Exemplo n.º 2
0
    public int CompareTo(BatchGroupIdentity other)
    {
        var chunk = Chunk.CompareTo(other.Chunk);

        return(chunk != 0 ? chunk : MaterialIdentity.CompareTo(other.MaterialIdentity));
    }