ActionEngineUtilComparesEqual Method
Return a value indicating whether the two strings can be compared as
equal without attention to case.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static bool ComparesEqual(
string value1,
string value2
)
Public Shared Function ComparesEqual (
value1 As String,
value2 As String
) As Boolean
No code example is currently available or this language may not be supported.
- value1 String
-
First value to compare.
- value2 String
-
Second value to compare.
Boolean
True if the two strings compare as equal without attention to case.
Otherwise, false.