FileInformation.IsEqual(IStorageItem) Method

Definition

Indicates whether the current file is the same as the specified storage item.

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 a storage item to compare against.

Returns

Boolean

bool

Returns true if the current storage item is the same as the specified storage item; otherwise false.

Implements

Applies to

See also