ArcFM Solution Developer Guide
Equivalent Method


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