The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Constants::vbBinaryCompare Field
.NET Framework (current version)
Specifies that a binary comparison should be performed when comparison functions are called.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Field Value
Type: Microsoft.VisualBasic::CompareMethodWhen 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.
For binary and text comparisons, see Option Compare Statement.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: