Click or drag to resize

BcfRelationStepEquals Method (BcfRelationStep)

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

Indicates whether the current object is equal to another object of the same type.

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool Equals(
	BcfRelationStep other
)

Parameters

other
Type: CalculationWorks.BusinessModel.DesignBcfRelationStep
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also