Click or drag to resize

ThumbnailViewCompare Method

Compares two Thumbnail objects.

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 Compare(
	Object x,
	Object y
)

Parameters

x
Type: SystemObject
The Thumbnail to compare against.
y
Type: SystemObject
The Thumbnail being compared.

Return Value

Type: Int32
Less than zero if the y parameter is less than the x parameter, Greater than zero if the y parameter is greater than the x parameter, and Zero if the objects are equal.

Implements

IComparerCompare(Object, Object)
See Also