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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.