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