ProjectTaskUtilCompactEqual Method

Return a value indicating whether the case-insensitive compact versions of the two strings are equal.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static bool CompactEqual(
	string leftValue,
	string rightValue
)

Parameters

leftValue  String
The left value to compare.
rightValue  String
The right value to compare.

Return Value

Boolean
True if the compact (without white space), case-insensitive values are equal. Otherwise, false.

See Also