ImageGear for Java
compareTo Method
An object to compare with this instance.
Compares the current instance with another object of the same type.
Syntax
public int compareTo( 
   ImGearMetadataNode obj
)

Parameters

obj
An object to compare with this instance.

Return Value

Following values defined:
  • -1 - This instance is less than obj.
  • 0 - This instance is equal to obj.
  • 1 - This instance is greater than obj.
See Also

Reference

ImGearMetadataNode Class
ImGearMetadataNode Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback