ComparisonOperation::compare( object $left_operand, object $right_operand, string $operation )
Compare two operands using the specified operation.
Description Description
Parameters Parameters
- $left_operand
-
(Required) The left hand operand.
- $right_operand
-
(Required) The right hand operand.
- $operation
-
(Required) The operation used to compare the operands.
Source Source
File: packages/woocommerce-admin/src/RemoteInboxNotifications/ComparisonOperation.php