CommentId Class

Represents the unique identifier of a comment in a team project collection.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Discussion.Client.CommentId

Namespace:  Microsoft.TeamFoundation.Discussion.Client
Assembly:  Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)

Syntax

'Declaration
Public NotInheritable Class CommentId _
    Implements IEquatable(Of CommentId)
public sealed class CommentId : IEquatable<CommentId>
public ref class CommentId sealed : IEquatable<CommentId^>
[<Sealed>]
type CommentId =  
    class 
        interface IEquatable<CommentId>
    end
public final class CommentId implements IEquatable<CommentId>

The CommentId type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Overrides Object.Equals(Object).)
Public method Equals(CommentId)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Discussion.Client Namespace