TestListCategoryId.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 the provided object is equal to the current test list ID.
C++
public:
override bool Equals(System::Object ^ other);
public override bool Equals(object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
- other
- Object
An object that can be cast to a TestListCategoryId object.
true if the provided object is equal to the current test list ID; otherwise, false.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |