NameStringAreEquivalentNameStrings Method

Spotfire 14.3 API Reference
Tests if two unnormalized strings represent the same name.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public static bool AreEquivalentNameStrings(
	string s1,
	string s2
)

Parameters

s1
Type: SystemString
The first string.
s2
Type: SystemString
The second string.

Return Value

Type: Boolean
True if the strings are equivalent.
Exceptions

ExceptionCondition
ArgumentExceptionIf one of the arguments cannot be converted to a normalized name string.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference