DtsObject.Equals(Object) Method

Definition

Determines whether two object instances are equal.

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

Parameters

otherObj
Object

The object to compare with the current object.

Returns

true indicates that the object instances are equal.

Remarks

This method allows comparison of objects.

Applies to