Method EqualsKey
EqualsKey(IPrimaryKey, IPrimaryKey)
Determines whether the specified IPrimaryKey object is equal to the current IPrimaryKey object.
public static bool EqualsKey(this IPrimaryKey primaryKeys, IPrimaryKey compareKey)
Parameters
primaryKeysIPrimaryKeyThe first IPrimaryKey object to compare.
compareKeyIPrimaryKeyThe second IPrimaryKey object to compare.
Returns
- bool
trueif the specified IPrimaryKey objects are equal; otherwise,false.