IsEqualToType
extends TwoOperandExpressionType
in package
Represents a search expression that compares a property with either a constant value or another property and evaluates to true if they are equal.
Table of Contents
Properties
- $ExtendedFieldURI : PathToExtendedFieldType
- Identifies MAPI properties.
- $FieldURI : PathToUnindexedFieldType
- Identifies frequently referenced properties by URI.
- $FieldURIOrConstant : FieldURIOrConstantType
- Represents either a property or a constant value to be used when comparing with another property.
- $IndexedFieldURI : PathToIndexedFieldType
- Identifies individual members of a dictionary.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ExtendedFieldURI
Identifies MAPI properties.
public
PathToExtendedFieldType
$ExtendedFieldURI
Tags
$FieldURI
Identifies frequently referenced properties by URI.
public
PathToUnindexedFieldType
$FieldURI
Tags
$FieldURIOrConstant
Represents either a property or a constant value to be used when comparing with another property.
public
FieldURIOrConstantType
$FieldURIOrConstant
Tags
$IndexedFieldURI
Identifies individual members of a dictionary.
public
PathToIndexedFieldType
$IndexedFieldURI
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed