Click or drag to resize

CurrencyCompareTo Method

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

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

Parameters

obj
Type: SystemObject
Currency

Return Value

Type: Int32
int

Implements

IComparableCompareTo(Object)
See Also