Click or drag to resize

MultiPointSynchronizerCompareEntriesForStateSynchronization Method

Compares the specified state entries. The two entries must have the same RelativePath property value.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual int CompareEntriesForStateSynchronization(
	StateEntry leftEntry,
	StateEntry rightEntry
)

Parameters

leftEntry
Type: ShellBoost.Core.SynchronizationStateEntry
The left entry.
rightEntry
Type: ShellBoost.Core.SynchronizationStateEntry
The right entry.

Return Value

Type: Int32
A value that indicates the relative order of the entries being compared.
Exceptions
ExceptionCondition
ArgumentNullException leftEntry is null or rightEntry is null.
See Also