TK.CompareTag (String, String) Method

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

The first tag to compare

tagNameTarget
string

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