TestNodeUid Class

Definition

Represents a test node unique identifier.

public sealed class TestNodeUid : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid>
type TestNodeUid = class
    interface IEquatable<TestNodeUid>
Public NotInheritable Class TestNodeUid
Implements IEquatable(Of TestNodeUid)
Inheritance
TestNodeUid
Implements

Constructors

Name Description
TestNodeUid(String)

Represents a test node unique identifier.

Properties

Name Description
Value

Gets the UID.

Methods

Name Description
Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(TestNodeUid)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Operators

Name Description
Equality(TestNodeUid, TestNodeUid)

Checks whether two TestNodeUid instances are equal.

Implicit(String to TestNodeUid)

Implicitly converts a string to a TestNodeUid.

Implicit(TestNodeUid to String)

Implicitly converts a TestNodeUid to a String.

Inequality(TestNodeUid, TestNodeUid)

Checks whether two TestNodeUid instances are not equal.

Applies to