Accusoft.ImagXpress13.Net
CompareTo Method (ImageModcaTag)




A System.Object to compare to.
Compares the current instance with another object of the same type.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal obj As Object _
) As Integer
'Usage
 
Dim instance As ImageModcaTag
Dim obj As Object
Dim value As Integer
 
value = instance.CompareTo(obj)
public int CompareTo( 
   object obj
)
public: int CompareTo( 
   Object* obj
) 
public:
int CompareTo( 
   Object^ obj
) 

Parameters

obj
A System.Object to compare to.

Return Value

A 32-bit signed integer which represents the result.

1 is returned if the object is null.

0 is returned if the given object is the same as the current one.

The Modca ID is returned if it is not the same.

See Also

Reference

ImageModcaTag Class
ImageModcaTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback