LumiSoft Mail Server User API
CompareTo Method (obj)
Namespaces > LumiSoft.Net.Dns.Client > MX_Record > CompareTo(Object)
Compares the current instance with another object of the same type.
Syntax
C#Visual BasicManaged C++
public int CompareTo (
	Object obj
)
Public Function CompareTo ( _
	obj As Object _
) As Integer
public:
virtual int CompareTo (
	Object^ obj
) sealed
Parameters
obj (Object)
An object to compare with this instance.
Return Value
Returns 0 if two objects are equal, returns negative value if this object is less, returns positive value if this object is grater.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)