Click or drag to resize

ThumbnailCompareEventArgsResult Property

Gets or sets the result of the comparison.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Result { get; set; }

Property Value

Type: Int32

A value indicating whether the Thumbnail1 and Thumbnail2 items are equal, less than or greater than each other.

If Thumbnail1 is less than Thumbnail2, return a value less than zero. If Thumbnail1 is equal to Thumbnail2 return 0. If Thumbnail1 is greater than Thumbnail2 return a value greater than zero.

See Also