ComponentOne FlexReport for WinForms
Compare Method (Utils)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : Compare Method
Compares two strings, could be used in Xaml and WinForms.
Syntax
'Declaration
 
Public Shared Function Compare( _
   ByVal strA As System.String, _
   ByVal indexA As System.Integer, _
   ByVal strB As System.String, _
   ByVal indexB As System.Integer, _
   ByVal length As System.Integer, _
   ByVal ignoreCase As System.Boolean _
) As System.Integer
public static System.int Compare( 
   System.string strA,
   System.int indexA,
   System.string strB,
   System.int indexB,
   System.int length,
   System.bool ignoreCase
)

Parameters

strA
indexA
strB
indexB
length
ignoreCase
See Also

Reference

Utils Class
Utils Members