Click or drag to resize

IndirectRelationshipEdgeSoftEquals Method

Performs a soft-equals: it compares the two end points and whether the contained normal relationship edges are the same. It doesn't compare navigators, hence it's not a full equals comparison

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public bool SoftEquals(
	IndirectRelationshipEdge toCompareWith
)

Parameters

toCompareWith
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelIndirectRelationshipEdge

Return Value

Type: Boolean
See Also