EarTrumpet.ViewModels.DeviceAppItemViewModel.IsSame C# (CSharp) Méthode

IsSame() public méthode

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