Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Equals(Object) | (Overrides Object.Equals(Object).) |
![]() |
Equals(CommentId) | |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
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.