DtsObject.Equals(Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two object instances are equal.
public:
override bool Equals(System::Object ^ otherObj);
C#
public override bool Equals(object otherObj);
override this.Equals : obj -> bool
Public Overrides Function Equals (otherObj As Object) As Boolean
- otherObj
- Object
The object to compare with the current object.
true indicates that the object instances are equal.
This method allows comparison of objects.
Produk | Versi |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |