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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a search expression that compares a property with either a
 * constant value or another property and evaluates to true if they are equal.
 *
 * @package php-ews\Type
 */
class IsEqualToType extends TwoOperandExpressionType
{

}