TestNodeUid.Equality(TestNodeUid, TestNodeUid) Operator

Definition

Checks whether two TestNodeUid instances are equal.

public static bool operator ==(Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid left, Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid right);
static member ( = ) : 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 equal; false otherwise.

Applies to