Equals Method (Object)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Determines whether the specified Object is equal to the current MessagePartPlainText.

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As MessagePartPlainText
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameters

Return Value

Type: System.Boolean
true if the specified Object is equal to the current MessagePartPlainText; otherwise, false.

See Also

Reference

MessagePartPlainText Class

MessagePartPlainText Members

Equals Overload

Microsoft.Rtc.Collaboration.GroupChat Namespace