Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotKeyedCollection<T> Class / AreEqualStrings Method

In This Topic
    AreEqualStrings Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Function AreEqualStrings( _
       ByVal s1 As String, _
       ByVal s2 As String _
    ) As Boolean
    protected static bool AreEqualStrings( 
       string s1,
       string s2
    )

    Parameters

    s1
    s2
    See Also