Compares two XllArgumentAttribute instances.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public int CompareTo(
	Object other
)
Visual Basic (Declaration)
Public Function CompareTo ( _
	other As Object _
) As Integer
Visual C++
public:
virtual int CompareTo(
	Object^ other
) sealed

Parameters

other
Type: System..::.Object
A second instance to be compared to this.

Return Value

-1 if this is less than other. 0 if the two are equal. 1 if this is greater than other.

Implements

IComparable..::.CompareTo(Object)

See Also