Equals Method (MessagePartFileDownloadLink)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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

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

Syntax

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

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

Parameters

Return Value

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

See Also

Reference

MessagePartFileDownloadLink Class

MessagePartFileDownloadLink Members

Equals Overload

Microsoft.Rtc.Collaboration.GroupChat Namespace