RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinition<(Of <(<'TEntity>)>)>..::..IsEqualTo Method

Determines whether [is equal to] [the specified first].

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool IsEqualTo(
	TEntity first,
	TEntity second
)
Public Function IsEqualTo ( _
	first As TEntity, _
	second As TEntity _
) As Boolean
public:
bool^ IsEqualTo(
	TEntity first, 
	TEntity second
)

Parameters

first
Type: TEntity
The first.
second
Type: TEntity
The second.

Return Value

true if [is equal to] [the specified first]; otherwise, false.