ActionEngineUtilComparesEqual Method

Return a value indicating whether the two strings can be compared as equal without attention to case.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static bool ComparesEqual(
	string value1,
	string value2
)

Parameters

value1  String
First value to compare.
value2  String
Second value to compare.

Return Value

Boolean
True if the two strings compare as equal without attention to case. Otherwise, false.

See Also