Compares the current business object's key attribute values with those in the input business object to determine if they are equal.
Returns true if the values of all key attributes are the same; returns false if they are not the same.
The Equal Keys function block can set the following exception type for a CollaborationException exception:
This function block performs a shallow comparison; it does not compare the keys in child business objects.
This function block is based on the BusObj.equalKeys() method. For more information, see equalKeys().