Given:
- Two plugins registered against the Synchronous pre-operation of Contact, Plugin A, and Plugin B,
- Plugin A's Execution Order is 1, and Plugin B's Execution Order is 2
If Plugin B updates the target entity (no IOrganizationService Update, just a standard update of the in memory CRM entity object itself) will this change to the target trigger Plugin A to fire?