Click or drag to resize

BcfFaultIdCompareTo Method

Compares this instance to a value and returns an indication of their relative values.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public int CompareTo(
	BcfFaultId other
)

Parameters

other
Type: CalculationWorks.BusinessModelBcfFaultId
The value to compare.

Return Value

Type: Int32
A signed number indicating the relative values of this instance and other.

Implements

IComparableTCompareTo(T)
See Also