EarTrumpet.ViewModels.DeviceAppItemViewModel.IsSame C# (CSharp) Method

IsSame() public method

public IsSame ( DeviceAppItemViewModel other ) : bool
other DeviceAppItemViewModel
return bool
        public bool IsSame(DeviceAppItemViewModel other)
        {
            return other.Id == Id;
        }