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.


Top ↑

Source Source

File: packages/woocommerce-admin/src/RemoteInboxNotifications/ComparisonOperation.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.