Determines whether the specified Objectis equal to the current MessagePart .

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
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 
MessagePart
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 . . :: . . Boolean

true if the specified Objectis equal to the current MessagePart ; otherwise, false .

See Also