Compare tags

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

Public Shared Function CompareTag( _ 
ByVal tagSource As UserType, _ 
ByVal tagTarget As UserType
) As Integer
This language is not supported or no code example is available.
public static int CompareTag( 
UserType tagSource
UserType tagTarget 
)
This language is not supported or no code example is available.

Parameters

tagSource
Type: UserType

The first tag to compare

tagTarget
Type: UserType

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