MessagePartChatRoomLink.Equals Method (Object)
Determines whether the specified Object 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 Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As MessagePartChatRoomLink
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
- obj
Type: System.Object
The object being compared.
Return Value
Type: System.Boolean
true if the specified Object is equal to the current MessagePartChatRoomLink; otherwise, false.