Click or drag to resize
EmbeddedDocumentDefinition.IsSame Method
Returns true if the passed in IDocumentFieldSource instance can be seen as a source originating from the same element. This means that even if the passed in element or this element has been changed, e.g. elementName has been changed, it will still return true if the original source is equal. This method is therefore different from 'Equals' which compares all elements.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool IsSame(
	IDocumentFieldSource source
)

Parameters

source
Type: SD.LLBLGen.Pro.ApplicationCore.IDocumentFieldSource

Return Value

Type: Boolean

Implements

IDocumentFieldSource.IsSame(IDocumentFieldSource)
See Also