Prop Comparemode
# ASP CompareMode Property
* * Complete Dictionary Object Reference Manual](#)
* * *
The CompareMode property sets or returns the comparison mode for comparing keys in a Dictionary object.
### Syntax
DictionaryObject.CompareMode
| Parameter | Description |
| --- | --- |
| compare | Optional. Specifies the comparison mode. Can be one of the following values: 0 = vbBinaryCompare - Binary comparison 1 = vbTextCompare - Text comparison 2 = vbDatabaseCompare - Database comparison |
### Example
* * Complete Dictionary Object Reference Manual](#)
YouTip