DtsObject::Equals Method (Object^)

 

Determines whether two object instances are equal.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

public:
virtual bool Equals(
	Object^ otherObj
) override

Parameters

otherObj
Type: System::Object^

The object to compare with the current object.

Return Value

Type: System::Boolean

true indicates that the object instances are equal.

This method allows comparison of objects.

Return to top
Show: