summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsGreaterThanOrEqualToType.php
blob: 8dac63b585017f2a349966b906b4e1ca97c7608d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\IsGreaterThanOrEqualToType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a search expression that compares a property with either a
 * constant value or another property and returns true if the first property is
 * greater than or equal to the second.
 *
 * @package php-ews\Type
 */
class IsGreaterThanOrEqualToType extends TwoOperandExpressionType
{

}