FolderInformation.IsEqual(IStorageItem) Method

Definition

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

public:
 virtual bool IsEqual(IStorageItem ^ item) = IsEqual;
bool IsEqual(IStorageItem const& item);
public bool IsEqual(IStorageItem item);
function isEqual(item)
Public Function IsEqual (item As IStorageItem) As Boolean

Parameters

item
IStorageItem

The IStorageItem object that represents the folder to compare against.

Returns

Boolean

bool

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

Implements

Applies to