'Declaration Public Overrides Function IsSameAs( _ ByVal target As Xceed.FileSystem.FileSystemItem _ ) As Boolean
'Usage Dim instance As ZippedFolder Dim target As Xceed.FileSystem.FileSystemItem Dim value As Boolean value = instance.IsSameAs(target)
Parameters
- target
- A Xceed.FileSystem.FileSystemItem object representing the destination item.
Return Value
true if the source and target Xceed.FileSystem.FileSystemItem objects represent the same physical entity; false otherwise.