Determines whether the specified MessagePartChatRoomLink is equal to the current MessagePartChatRoomLink .
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As MessagePartChatRoomLink _ ) As Boolean |
Visual Basic (Usage) |
---|
Dim instance As MessagePartChatRoomLink Dim other As MessagePartChatRoomLink Dim returnValue As Boolean returnValue = instance. Equals( other) |
C# |
---|
public bool Equals( MessagePartChatRoomLink other ) |
Parameters
- other
- Type:
Microsoft.Rtc.Collaboration.GroupChat
.
.
::
.
.
MessagePartChatRoomLink
The object being compared.
Return Value
Type: System . . :: . . Booleantrue if the specified MessagePartChatRoomLink is equal to the current MessagePartChatRoomLink ; otherwise, false .