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