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

Return Value

Type: System.Boolean
true if the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

DeploymentDetails Class

DeploymentDetails Members

Equals Overload

Microsoft.TeamFoundation.Lab.Workflow.Activities Namespace