Xceed .NET Libraries Documentation
IsSameAs Method (FileSystemItem)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > FileSystemItem 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 MustOverride Function IsSameAs( _
   ByVal target As FileSystemItem _
) As Boolean
'Usage
 
Dim instance As FileSystemItem
Dim target As FileSystemItem
Dim value As Boolean
 
value = instance.IsSameAs(target)
public abstract 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.
Remarks

If the target item is a null reference (Nothing in Visual Basic), this method should return false

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

FileSystemItem Class
FileSystemItem Members