TK.CompareTag (UserType, UserType) Method

Compare tags
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
UserType

The first tag to compare

tagTarget
UserType

The second tag to compare

Return Value

int

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

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition