Tests if two unnormalized strings represent the same name.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
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: BooleanTrue if the strings are equivalent.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If one of the arguments cannot be converted to a normalized name string. |
NameArgumentException | If one of the arguments cannot be converted to a normalized name string. |
Version Information
See Also