Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TcmInformation::Equality Operator (TcmInformation^, TcmInformation^)

 
equivalentCodeEntityM:Microsoft.VisualStudio.TestTools.Common.TcmInformation.Equals(Microsoft.VisualStudio.TestTools.Common.TcmInformation,Microsoft.VisualStudio.TestTools.Common.TcmInformation)

Represents the equality operator (==) to compare two TCM information objects.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
static bool operator ==(
	TcmInformation^ left,
	TcmInformation^ right
)

Return Value

Type: System::Boolean

true if both objects are equal; otherwise, false.

Return to top
Show: