Checks if an argument represents the same element in the compared database.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public virtual bool RelatesTo(
	Element element
)
Visual Basic (Declaration)
Public Overridable Function RelatesTo ( _
	element As Element _
) As Boolean
Visual C++
public:
virtual bool RelatesTo(
	Element^ element
)

See Also