Determines if the attribute values in the primary key of a specified business object match those in the current business object.
Syntax
public final boolean areAllPrimaryKeysTheSame(CWConnectorBusObj theBusObj);
Parameters
Return values
Returns true if all primary-key values in the busObj object match those in the current business object; otherwise, returns false.
Exceptions
See also
hasAnyActivePrimaryKey(),, hasAllKeys(), hasAllPrimaryKeys()