DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommand Class / IgnoreCaseEquals Method

In This Topic
    IgnoreCaseEquals Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IgnoreCaseEquals( _
       ByVal str1 As String, _
       ByVal str2 As String _
    ) As Boolean
    public static bool IgnoreCaseEquals( 
       string str1,
       string str2
    )

    Parameters

    str1
    str2
    See Also