Edit

Share via


DemandEquals Class

Definition

Represents an "equals" demand.

public sealed class DemandEquals : Microsoft.TeamFoundation.Build.WebApi.Demand
type DemandEquals = class
    inherit Demand
Public NotInheritable Class DemandEquals
Inherits Demand
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
DemandEquals

Remarks

This demand is satisfied when the value of the named capability matches the value stored in the demand.

Constructors

DemandEquals(String, String)
DemandEquals(String, String, ISecuredObject)

Properties

Name

The name of the capability referenced by the demand.

(Inherited from Demand)
Value

The demanded value.

(Inherited from Demand)

Methods

Clone()

Clones this object.

Equals(Object) (Inherited from Demand)
GetExpression() (Inherited from Demand)
GetHashCode() (Inherited from Demand)
ToString() (Inherited from Demand)

Applies to