Thumbnail.CompareTo Method |
Compares two Thumbnail objects to determine if they are the same.
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)
Syntaxpublic int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Parameters
- obj
- Type: System.Object
The Thumbnail object being compared.
Return Value
Type:
Int32 Less than zero if the object is less than the
Thumbnail, Greater than zero if the
object is greater than the
Thumbnail, Zero if the object is equal to the
Thumbnail.
Implements
IComparable.CompareTo(Object)
See Also