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

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