TestNodeUid.Equality(TestNodeUid, TestNodeUid) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.