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

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

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

Same methods

TrapResource::CompareTo ( TrapResource other ) : int