TestNodeUid.Inequality(TestNodeUid, TestNodeUid) Operator

Definition

Checks whether two TestNodeUid instances are not equal.

public static bool operator !=(Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid left, Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid right);
static member op_Inequality : Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid * Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid -> bool
Public Shared Operator != (left As TestNodeUid, right As TestNodeUid) As Boolean

Parameters

left
TestNodeUid

The first TestNodeUid.

right
TestNodeUid

The second TestNodeUid.

Returns

true if the two instances are not equal; false otherwise.

Applies to