ContractSortKeyCompareTo Method

GF API Documentation
Compare sort keys with another one

Namespace:  GF.Api.Contracts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public int CompareTo(
	ContractSortKey other
)

Parameters

other
Type: GF.Api.ContractsContractSortKey
another sort key

Return Value

Type: Int32
-1/0/1

Implements

IComparableTCompareTo(T)
See Also

Reference