Method CompareTo
CompareTo(FixedList32Bytes<T>)
Returns a number denoting whether this list should be placed before or after another list in a sort.
Declaration
public int CompareTo(FixedList32Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
FixedList32Bytes<T> | other | A list to to compare with. |
Returns
Type | Description |
---|---|
int | An integer denoting the respective sort position of the list relative to the other:
|
CompareTo(FixedList64Bytes<T>)
Returns a number denoting whether this list should be placed before or after another list in a sort.
Declaration
public int CompareTo(FixedList64Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
FixedList64Bytes<T> | other | A list to to compare with. |
Returns
Type | Description |
---|---|
int | An integer denoting the respective sort position of the list relative to the other:
|
CompareTo(FixedList128Bytes<T>)
Returns a number denoting whether this list should be placed before or after another list in a sort.
Declaration
public int CompareTo(FixedList128Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
FixedList128Bytes<T> | other | A list to to compare with. |
Returns
Type | Description |
---|---|
int | An integer denoting the respective sort position of the list relative to the other:
|
CompareTo(FixedList512Bytes<T>)
Returns a number denoting whether this list should be placed before or after another list in a sort.
Declaration
public int CompareTo(FixedList512Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
FixedList512Bytes<T> | other | A list to to compare with. |
Returns
Type | Description |
---|---|
int | An integer denoting the respective sort position of the list relative to the other:
|
CompareTo(FixedList4096Bytes<T>)
Returns a number denoting whether this list should be placed before or after another list in a sort.
Declaration
public int CompareTo(FixedList4096Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
FixedList4096Bytes<T> | other | A list to to compare with. |
Returns
Type | Description |
---|---|
int | An integer denoting the respective sort position of the list relative to the other:
|