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