Click or drag to resize

BcfColumnTCompareContent Method

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

Compares two values using ContentEqualityComparison if set; otherwise EqualityComparer.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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
true if content equals; otherwise false.
See Also