QuSystem Documentation
Compare Method (strA, strB)
The System namespace that should have been...SystemQuStringCompare(String, String)

[This is preliminary documentation and is subject to change.]

Compares strA to strB. (case-sensitive)
Declaration Syntax
C#Visual BasicVisual C++
public static bool Compare(
	string strA,
	string strB
)
Public Shared Function Compare ( _
	strA As String, _
	strB As String _
) As Boolean
public:
static bool Compare (
	String^ strA, 
	String^ strB
)
Parameters
strA (String)
The first string.
strB (String)
The second string.
Return Value
True if: strA is equal to strB.
Remarks
Uses the fastest string case-sensitive comparison.

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0