This method allows you to provide a custom version comparator.
If you don't implement this method or return nil, the standard version comparator will be used.
Original signature is '- (id <SUVersionComparison>)versionComparatorForUpdater:(SUUpdater *)updater'
Available in Sparkle 1.5b6 and later.

C# | Visual Basic | Visual C++ |
public delegate ISUVersionComparison VersionComparatorForUpdaterEventHandler( SUUpdater updater )
Public Delegate Function VersionComparatorForUpdaterEventHandler ( _ updater As SUUpdater _ ) As ISUVersionComparison
public delegate ISUVersionComparison^ VersionComparatorForUpdaterEventHandler( SUUpdater^ updater )

- updater (SUUpdater)
- MISSING


- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)