Private Function f(ByVal inputStr As String) As Boolean Dim y As Boolean = False If inputStr = StrReverse(inputStr) Then y = True End If Return y End Function
Private Function f(ByVal inputStr As String) As Boolean Dim y As Boolean = False If inputStr = StrReverse(inputStr) Then y = True End If Return y End Function