ALFA.Shared.WaypointResource.CompareTo C# (CSharp) 메소드

CompareTo() 공개 메소드

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

Same methods

WaypointResource::CompareTo ( IListBoxItem other ) : int