Compare tags

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Function CompareTag( _ 
ByVal tagNameSource As String, _ 
ByVal tagNameTarget As String
) As Integer
This language is not supported or no code example is available.
public static int CompareTag( 
string tagNameSource
string tagNameTarget 
)
This language is not supported or no code example is available.

Parameters

tagNameSource
Type: string

The first tag to compare

tagNameTarget
Type: string

The second tag to compare

Return Value

Type: int

A 32-bit signed integer that indicates the lexical relationship between the two comparands

.NET Framework

Supported in: 4.6.2, 4.7