PrimaryKeyValue..::..IsEqualTo Method
Determines whether this primary key value is equal to the specified compare to primary key value.
Namespace:
RingSoft.DbLookupAssembly: 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
Exception | Condition |
---|---|
ArgumentException | Compare To Table Definition does not match this Table Definition |