IVbcHostObject.SetOptionCompare(String) Method

Definition

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.

Applies to