DtsObject.EqualsHelper(Object, Object) Method

Definition

Determines a value that indicates whether the first object is equal to the second object.

protected:
 static bool EqualsHelper(System::Object ^ obj1, System::Object ^ obj2);
protected static bool EqualsHelper (object obj1, object obj2);
static member EqualsHelper : obj * obj -> bool
Protected Shared Function EqualsHelper (obj1 As Object, obj2 As Object) As Boolean

Parameters

obj1
Object

The first object to compare.

obj2
Object

The second object to compare.

Returns

True if the first object is equal to the second object; otherwise, false.

Applies to