Specifies the strength of comparison to use when matching an agent’s tags to the specified tags in a query method.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Enumeration TagComparison
public enum TagComparison
public enum class TagComparison
type TagComparison
public enum TagComparison
Members
| Member name | Description | |
|---|---|---|
| MatchAtLeast | The target agent’s tags must match at least the specified tags. | |
| MatchExactly | The target agent’s tags must exactly match the specified tags. | 
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace