Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
equivalentCodeEntity
M:Microsoft.TeamFoundation.TestManagement.Client.IdAndName.Compare(Microsoft.TeamFoundation.TestManagement.Client.IdAndName,Microsoft.TeamFoundation.TestManagement.Client.IdAndName)
Returns a value that indicates whether the values of two specified IdAndName objects are not equal (!=).
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public static bool operator !=(
IdAndName left,
IdAndName right
)
public:
static bool operator !=(
IdAndName left,
IdAndName right
)
static let inline (<>)
left:IdAndName *
right:IdAndName : bool
Public Shared Operator <> (
left As IdAndName,
right As IdAndName
) As Boolean
Parameters
left
Type: Microsoft.TeamFoundation.TestManagement.Client.IdAndNameAn IdAndName object.
right
Type: Microsoft.TeamFoundation.TestManagement.Client.IdAndNameAn IdAndName object.
Return Value
Type: System.Boolean
true if the two objects are not equal; otherwise, false.
See Also
IdAndName Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top