EarTrumpet.ViewModels.DeviceAppItemViewModel.IsSame C# (CSharp) 메소드

IsSame() 공개 메소드

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