EarTrumpet.ViewModels.DeviceAppItemViewModel.IsSame C# (CSharp) Метод

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

public IsSame ( DeviceAppItemViewModel other ) : bool
other DeviceAppItemViewModel
Результат bool
        public bool IsSame(DeviceAppItemViewModel other)
        {
            return other.Id == Id;
        }