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