TcmInformation.Inequality Operator

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
Public Shared Operator <> ( _
    left As TcmInformation, _
    right As TcmInformation _
) As Boolean
public static bool operator !=(
    TcmInformation left,
    TcmInformation right
)
public:
static bool operator !=(
    TcmInformation^ left, 
    TcmInformation^ right
)
static let inline (<>)
        left:TcmInformation * 
        right:TcmInformation  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if the objects are not equal; otherwise, false.

.NET Framework Security

See Also

Reference

TcmInformation Class

Microsoft.VisualStudio.TestTools.Common Namespace