VCLanguageManager::CompareTokenStreams Method (String^, String^)

 

Compares two text streams token-wise (skipping comments and whitechars).

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

bool CompareTokenStreams(
	String^ bstr1,
	String^ bstr2
)

Parameters

bstr1
Type: System::String^

A string to compare.

bstr2
Type: System::String^

A string to compare.

Return Value

Type: System::Boolean

true if the strings match; otherwise, false.

Return to top
Show: