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

PrimaryKeyValue..::..IsEqualTo Method

Determines whether this primary key value is equal to the specified compare to primary key value.

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

Syntax


public bool IsEqualTo(
	PrimaryKeyValue compareTo
)
Public Function IsEqualTo ( _
	compareTo As PrimaryKeyValue _
) As Boolean
public:
bool^ IsEqualTo(
	PrimaryKeyValue^ compareTo
)

Parameters

compareTo
Type: RingSoft.DbLookup..::..PrimaryKeyValue
The compare to.

Return Value

true if the primary key value is equal to the specified compare to primary key value; otherwise, false.

Exceptions


ExceptionCondition
ArgumentExceptionCompare To Table Definition does not match this Table Definition