Compares two XllAssemblyExportAttribute instances.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public int Compare(
	XllAssemblyExportAttribute other
)
Visual Basic (Declaration)
Public Function Compare ( _
	other As XllAssemblyExportAttribute _
) As Integer
Visual C++
public:
int Compare(
	XllAssemblyExportAttribute^ other
)

Parameters

other
Type: XllPlus..::.XllAssemblyExportAttribute
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.

See Also