Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.04 KB

storagefolder_isequal_1221320574.md

File metadata and controls

30 lines (21 loc) · 1.04 KB
-api-id -api-type
M:Windows.Storage.StorageFolder.IsEqual(Windows.Storage.IStorageItem)
winrt method

Windows.Storage.StorageFolder.IsEqual

-description

Indicates whether the current folder is equal to the specified folder.

-parameters

-param item

The IStorageItem object that represents the folder to compare against.

-returns

Returns true if the current folder is equal to the specified folder; otherwise false.

-remarks

Use the IsEqual method to determine whether two items represent the same folder.

This method compares the Path property of both items to determine if they are the same. If there is no Path (if the item is a library for example), or if the paths do not match the items are compared using IShellItem.Compare.

-examples

-see-also

StorageFile.IsEqual