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

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

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

Same methods

WaypointResource::CompareTo ( WaypointResource other ) : int