Click or drag to resize
IDocumentFieldSourceIsSame 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
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool IsSame(
	IDocumentFieldSource source
)

Parameters

source
Type: SD.LLBLGen.Pro.ApplicationCoreIDocumentFieldSource

Return Value

Type: Boolean
See Also