Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / StreamFile Class / IsSameAs Method
A FileSystemItem object representing the destination file.


In This Topic
    IsSameAs Method (StreamFile)
    In This Topic
    Gets a boolean value indicating if the source and target file are the same.
    Syntax
    'Declaration
     
    Public Overrides Function IsSameAs( _
       ByVal target As FileSystemItem _
    ) As Boolean
    'Usage
     
    Dim instance As StreamFile
    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 file.

    Return Value

    true if the source and target files are the same; 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