ArcFM Engine Developer Guide
Equivalent Method


See if the strings are equal ignoring case
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function Equivalent( _
   ByVal string As String, _
   ByVal value As String _
) As Boolean
'Usage
 
Dim string As String
Dim value As String
Dim value As Boolean
 
value = StringExtensions.Equivalent(string, value)
[Extension()]
public static bool Equivalent( 
   string string,
   string value
)

Parameters

string
value
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
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

StringExtensions Class
StringExtensions Members

 

 


Send Comment