Share via


MessagePartChatRoomLink.Equals Method (MessagePartChatRoomLink)

Determines whether the specified MessagePartChatRoomLink is equal to the current MessagePartChatRoomLink.

Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As MessagePartChatRoomLink _
) As Boolean
'Usage
Dim instance As MessagePartChatRoomLink
Dim other As MessagePartChatRoomLink
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    MessagePartChatRoomLink other
)

Parameters

Return Value

Type: System.Boolean
true if the specified MessagePartChatRoomLink is equal to the current MessagePartChatRoomLink; otherwise, false.

See Also

Reference

MessagePartChatRoomLink Class

MessagePartChatRoomLink Members

Equals Overload

Microsoft.Rtc.Collaboration.GroupChat Namespace