public int CompareTo(IChannelId other) { if (other.AsShortText() == Id) { return(1); } return(0); }
public string AsShortText() { return(_parentId.AsShortText() + '/' + _id); }