Responder Developer Guide
SameText Method


Syntax
'Declaration
 
Public Shared Function SameText( _
   ByVal x As String, _
   ByVal y As String _
) As Boolean
'Usage
 
Dim x As String
Dim y As String
Dim value As Boolean
 
value = WebTabNavigation.SameText(x, y)
public static bool SameText( 
   string x,
   string y
)

Parameters

x
y
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WebTabNavigation Class
WebTabNavigation Members

 

 


Send Comment