ALFA.Shared.WaypointResource.CompareTo C# (CSharp) Method

CompareTo() public method

public CompareTo ( WaypointResource other ) : int
other WaypointResource
return int
        public int CompareTo(WaypointResource other)
        {
            return Name.CompareTo(other.Name);
        }
    }

Same methods

WaypointResource::CompareTo ( IListBoxItem other ) : int