TcmInformation.Equals Method
Definition
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.
Overloads
Equals(TcmInformation) |
Returns a value that indicates whether the provided TCM information object is equal to the current object. |
Equals(Object) |
Returns a value that indicates whether the provided object is equal to the current object. |
Equals(TcmInformation)
Returns a value that indicates whether the provided TCM information object is equal to the current object.
public:
virtual bool Equals(Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ other);
public bool Equals (Microsoft.VisualStudio.TestTools.Common.TcmInformation other);
override this.Equals : Microsoft.VisualStudio.TestTools.Common.TcmInformation -> bool
Public Function Equals (other As TcmInformation) As Boolean
Parameters
- other
- TcmInformation
A TcmInformation object.
Returns
true if the provided TCM information object is equal to the current object; otherwise, false.
Implements
Applies to
Equals(Object)
Returns a value that indicates whether the provided object is equal to the current object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
An object that can be cast to a TcmInformation object.
Returns
true if the provided object is equal to the current object; otherwise, false.