Connector.Equals(Object) Method

Definition

Determines whether the current Connector is equal to the specified connector.

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

Parameters

obj
Object

The Connector to compare with the current connector.

Returns

true if the specified connector is equal to the current Connector; otherwise, false.

Remarks

Equals verifies that both the Source and Target properties of the two connectors hold references to the same ConnectionPoint objects.

Applies to