Xceed .NET Libraries Documentation
IsSameAs Method (MemoryFolder)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > MemoryFolder Class : IsSameAs Method
A FileSystemItem object representing the destination item.
Gets a boolean value indicating if the source and target items represent the same physical entity.
Syntax
'Declaration
 
Public Overrides Function IsSameAs( _
   ByVal target As FileSystemItem _
) As Boolean
'Usage
 
Dim instance As MemoryFolder
Dim target As FileSystemItem
Dim value As Boolean
 
value = instance.IsSameAs(target)
public override bool IsSameAs( 
   FileSystemItem target
)

Parameters

target
A FileSystemItem object representing the destination item.

Return Value

true if the source and target FileSystemItem objects represent the same physical entity; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MemoryFolder Class
MemoryFolder Members
Base Implementation in IsSameAs