예제 #1
0
		public int CompareTo(RhomboidGhostRegion other)
		{
			return _index.CompareTo(other._index);
		}