Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NFileSystemObjectByPathComparer Class / Compare Method / Compare(Object,Object) Method


In This Topic
    Compare(Object,Object) Method
    In This Topic
    Compares the paths of the given file system objects.
    Syntax
    'Declaration
     
    
    Public Overloads Function Compare( _
       ByVal fileSystemObject1 As System.Object, _
       ByVal fileSystemObject2 As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NFileSystemObjectByPathComparer
    Dim fileSystemObject1 As System.Object
    Dim fileSystemObject2 As System.Object
    Dim value As System.Integer
     
    value = instance.Compare(fileSystemObject1, fileSystemObject2)
    public System.int Compare( 
       System.object fileSystemObject1,
       System.object fileSystemObject2
    )

    Parameters

    fileSystemObject1
    fileSystemObject2
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also