Share via


DeploymentItem.Equals(Object) Method

Definition

Determines whether the current DeploymentItem instance is equal to the specified instance.

public:
 override bool Equals(System::Object ^ other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

Parameters

other
Object

An instance of the DeploymentItem class.

Returns

true if the given item is equal to the current instance; otherwise, false.

Applies to