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