NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompareInfo.Compare (String, Int32, Int32, String, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Compare( _
   ByVal string1 As String, _
   ByVal offset1 As Integer, _
   ByVal length1 As Integer, _
   ByVal string2 As String, _
   ByVal offset2 As Integer, _
   ByVal length2 As Integer _
) As Integer
[C#]
public virtual int Compare(
   string string1,
   int offset1,
   int length1,
   string string2,
   int offset2,
   int length2
);
[C++]
public: virtual int Compare(
   String* string1,
   int offset1,
   int length1,
   String* string2,
   int offset2,
   int length2
);
[JScript]
public function Compare(
   string1 : String,
   offset1 : int,
   length1 : int,
   string2 : String,
   offset2 : int,
   length2 : int
) : int;

Parameters

string1
[To be supplied.]
offset1
[To be supplied.]
length1
[To be supplied.]
string2
[To be supplied.]
offset2
[To be supplied.]
length2
[To be supplied.]

See Also

CompareInfo Class | CompareInfo Members | System.Globalization Namespace | CompareInfo.Compare Overload List