Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZippedFile Class / IsSameAs Method
A Xceed.FileSystem.FileSystemItem object representing the destination item.


In This Topic
    IsSameAs Method (GZippedFile)
    In This Topic
    Gets a boolean value indicating if the source and target items represent the same physical entity.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function IsSameAs( _
       ByVal target As FileSystemItem _
    ) As Boolean
    'Usage
     
    Dim instance As GZippedFile
    Dim target As FileSystemItem
    Dim value As Boolean
     
    value = instance.IsSameAs(target)
    public override bool IsSameAs( 
       FileSystemItem 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.
    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