IVbcHostObject.SetOptionCompare(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value indicating how the compiler makes string comparisons.
public:
bool SetOptionCompare(System::String ^ optionCompare);
public bool SetOptionCompare (string optionCompare);
abstract member SetOptionCompare : string -> bool
Public Function SetOptionCompare (optionCompare As String) As Boolean
Parameters
- optionCompare
- String
A value indicating how the compiler makes string comparisons. The value must be either binary
or text
.
Returns
true
if the method was successful; otherwise, false
.