Share via


AspNetDevelopmentServer.Equals(Object) Method

Definition

Returns a value that indicates whether the current instance of AspNetDevelopmentServer object is equal to the provided instance of the AspNetDevelopmentServer object.

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

The specified instance of the AspNetDevelopmentServer object.

Returns

true if the two objects are equal; otherwise, false.

Applies to