ProjectTaskUtilCompactEqual Method
Return a value indicating whether the case-insensitive compact versions
of the two strings are equal.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static bool CompactEqual(
string leftValue,
string rightValue
)
Public Shared Function CompactEqual (
leftValue As String,
rightValue As String
) As Boolean
No code example is currently available or this language may not be supported.
- leftValue String
-
The left value to compare.
- rightValue String
-
The right value to compare.
Boolean
True if the compact (without white space), case-insensitive values are
equal. Otherwise, false.