ALFA.Shared.PlaceableResource.CompareTo C# (CSharp) Метод

CompareTo() публичный Метод

public CompareTo ( IListBoxItem other ) : int
other IListBoxItem
Результат int
        public int CompareTo(IListBoxItem other)
        {
            PlaceableResource place = other as PlaceableResource;
            if (place != null) return CompareTo(place);
            return 0;
        }

Same methods

PlaceableResource::CompareTo ( PlaceableResource other ) : int