This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
Visual Basic Language Reference
CompareMethod Enumeration
Indicates how to compare strings when calling comparison functions.

Remarks
When you call comparison functions, you can use the CompareMethod enumeration in your code in place of the actual values. The Compare argument takes the CompareMethod enumeration members.

Members
Member | Constant | Description |
|---|
Binary | vbBinaryCompare | Performs a binary comparison. |
Text | vbTextCompare | Performs a textual comparison. |

Requirements

See Also