Click or drag to resize

BcfParentRelationCellIdEquals Method (BcfParentRelationCellId)

Determines whether the specified value is equal to this instance.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool Equals(
	BcfParentRelationCellId other
)

Parameters

other
Type: CalculationWorks.BusinessModelBcfParentRelationCellId
The value to compare with this instance.

Return Value

Type: Boolean
if the specified other is equal to this instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also