Determines whether the specified text string is equal to the current MessagePartPlainText .

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Function 
Equals ( _
	
other 
As 

MessagePartPlainText _
) 
As 
Boolean
Visual Basic (Usage)
Dim 
instance 
As 

MessagePartPlainText
Dim 
other 
As 

MessagePartPlainText
Dim 
returnValue 
As 
Boolean

returnValue = instance.
Equals(
other)
C#
public 
bool 
Equals(
	

MessagePartPlainText 
other
)

Parameters

other
Type: Microsoft.Rtc.Collaboration.GroupChat . . :: . . MessagePartPlainText

The object being compared.

Return Value

Type: System . . :: . . Boolean

true if the specified text string is equal to the current MessagePartPlainText ; otherwise, false .

See Also