Click or drag to resize

BcfParentRelationCellIdCompareTo Method

[This is preliminary documentation and is subject to change.]

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.0.0-beta7
Syntax
public int CompareTo(
	BcfParentRelationCellId other
)

Parameters

other
Type: CalculationWorks.BusinessModelBcfParentRelationCellId
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