DemandEquals Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
This demand is satisfied when the value of the named capability matches the value stored in the demand.
Constructors
DemandEquals(String, String, ISecuredObject) | |
DemandEquals(String, String) |
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) |