Click or drag to resize

BcfRuleIdEquals Method (BcfRuleId)

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(
	BcfRuleId other
)

Parameters

other
Type: CalculationWorks.BusinessModelBcfRuleId
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