Click or drag to resize

BcfCellExtensionsValueEqualsT Method (BcfCellT, T, BcfValueComparisonMode, Boolean)

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static bool ValueEquals<T>(
	this BcfCell<T> cell,
	T value,
	BcfValueComparisonMode comparisonMode = BcfValueComparisonMode.Value,
	bool format = true
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCellT

[Missing <param name="cell"/> documentation for "M:CalculationWorks.BusinessModel.BcfCellExtensions.ValueEquals``1(CalculationWorks.BusinessModel.BcfCell{``0},``0,CalculationWorks.BusinessModel.BcfValueComparisonMode,System.Boolean)"]

value
Type: T
The other.
comparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfValueComparisonMode
The comparsion mode.
format (Optional)
Type: SystemBoolean
to format specified value before comparsion. Default is .

Type Parameters

T
Value type

Return Value

Type: Boolean
if Value equals value, otherwise.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BcfCellT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also