GenericParameterHelper.CompareTo(Object) Method

Definition

Compares the data of the two GenericParameterHelper objects.

public:
 virtual int CompareTo(System::Object ^ obj);
public int CompareTo (object obj);
abstract member CompareTo : obj -> int
override this.CompareTo : obj -> int
Public Function CompareTo (obj As Object) As Integer

Parameters

obj
Object

The object to compare with.

Returns

A signed number indicating the relative values of this instance and value.

Implements

Exceptions

Thrown when the object passed in is not an instance of GenericParameterHelper.

Applies to