Ch.Epyx.WindMobile.WP7.Model.Xml.StationInfo.CompareTo C# (CSharp) Method

CompareTo() public method

public CompareTo ( IStationInfo other ) : int
other IStationInfo
return int
        public int CompareTo(IStationInfo other)
        {
            return this.Id.CompareTo(other.Id);
        }