Click or drag to resize

CountryCompareTo Method

Compares the value of this instance to a specified Country value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified SoxCountrye value.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
Country

Return Value

Type: Int32
int

Implements

IComparableCompareTo(Object)
See Also