DeploymentDetails.Equals Method (DeploymentDetails)
Determines whether a provided DeploymentDetails object is equal to the current object.
Namespace: Microsoft.TeamFoundation.Lab.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Lab.Workflow.Activities (in Microsoft.TeamFoundation.Lab.Workflow.Activities.dll)
Syntax
'Declaration
Public Function Equals ( _
other As DeploymentDetails _
) As Boolean
public bool Equals(
DeploymentDetails other
)
public:
virtual bool Equals(
DeploymentDetails^ other
) sealed
abstract Equals :
other:DeploymentDetails -> bool
override Equals :
other:DeploymentDetails -> bool
public final function Equals(
other : DeploymentDetails
) : boolean
Parameters
- other
Type: Microsoft.TeamFoundation.Lab.Workflow.Activities.DeploymentDetails
A DeploymentDetails object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.