<div class="content" name="ComparePropsRestriction_r" uuid="aa1c71ac-bc24-4535-9516-427a0df22ddc"><p>The ComparePropsRestriction_r structure is an encoding of
the <b>ComparePropsRestriction</b> data structure defined in <a href="/en-us/openspecs/exchange_server_protocols/MS-OXCDATA/1afa0cd9-b1a0-4520-b623-bf15030af5d8" data-linktype="absolute-path">[MS-OXCDATA]</a>.
The semantic meaning is unchanged from the <b>ComparePropsRestriction</b> data
structure.</p><dl>
<dd>
<div><pre> typedef struct _ComparePropsRestriction_r {
   DWORD relop;
   DWORD ulPropTag1;
   DWORD ulPropTag2;
 } ComparePropsRestriction_r;
</pre></div>
</dd></dl><p><b>relop:</b>  Encodes the <b>RelOp</b>
field of the <b>ComparePropsRestriction</b> data structure.</p><p><b>ulPropTag1:</b>  Encodes the <b>PropTag1</b>
field of the <b>ComparePropsRestriction</b> data structure.</p><p><b>ulPropTag2:</b>  Encodes the <b>PropTag2</b>
field of the <b>ComparePropsRestriction</b> data structure.</p></div>