Click or drag to resize

BcfColumnTCompareContent Method

Compares two values using ContentEqualityComparison if set; otherwise EqualityComparer.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool CompareContent(
	T left,
	T right
)

Parameters

left
Type: T
The left value.
right
Type: T
The right value.

Return Value

Type: Boolean
if content equals; otherwise false.
See Also