Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationCompareFileDataEventArgs Class / ComponentComparesFiles Property


In This Topic
    ComponentComparesFiles Property
    In This Topic
    Gets or sets a value indicating whether the component compares file data.
    Syntax
    'Declaration
     
    Public Property ComponentComparesFiles As Boolean
    'Usage
     
    Dim instance As SynchronizationCompareFileDataEventArgs
    Dim value As Boolean
     
    instance.ComponentComparesFiles = value
     
    value = instance.ComponentComparesFiles
    public bool ComponentComparesFiles {get; set;}

    Property Value

    true if the component compares files; false otherwise.
    Remarks

    When this property is set to false, all the values in FilesEqualToMaster will be considered the final results on equality against the master file.

    When set to true, all the non-a null reference (Nothing in Visual Basic) files in FilesToCompare will be compared to the master file.

    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