Click or drag to resize
CalculationWorks Logo
BcfRowEquality Operator
Overloads the == operator.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public static bool operator ==(
	BcfRow objA,
	Object objB
)

Parameters

objA
Type: CalculationWorks.BusinessModelBcfRow
The object a.
objB
Type: SystemObject
The object b.

Return Value

Type: Boolean
The result of the operator (same as ReferenceEquals(Object, Object)).
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also