are Items The Same
Checks if two items represent the same entity.
Used to determine if an item was moved or changed.
두 아이템이 같은 항목을 나타내는지 확인합니다.
아이템이 이동되었는지 또는 변경되었는지 판단하는 데 사용됩니다.
Return
True if the items represent the same entity, false otherwise.
같은 항목이면 true, 아니면 false.
Parameters
old Item
The item in the old list.
이전 리스트의 아이템.
new Item
The item in the new list.
새 리스트의 아이템.