CommentId.Equals Method (CommentId)

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

Syntax

'Declaration
Public Function Equals ( _
    other As CommentId _
) As Boolean
public bool Equals(
    CommentId other
)
public:
virtual bool Equals(
    CommentId^ other
) sealed
abstract Equals : 
        other:CommentId -> bool  
override Equals : 
        other:CommentId -> bool
public final function Equals(
    other : CommentId
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

CommentId Class

Equals Overload

Microsoft.TeamFoundation.Discussion.Client Namespace