This documentation is archived and is not being maintained.

CommentId Class

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

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

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

'Declaration
Public NotInheritable Class CommentId _
	Implements IEquatable(Of CommentId)

The CommentId type exposes the following members.

  NameDescription
Public methodEquals(Object) (Overrides Object.Equals(Object).)
Public methodEquals(CommentId)
Public methodGetHashCode (Overrides Object.GetHashCode.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToString (Overrides Object.ToString.)
Top

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