MessagePart.Equals Method (MessagePart)

Determines whether the specified MessagePart is equal to the current MessagePart.

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

Syntax

'Declaration
Public Function Equals ( _
    other As MessagePart _
) As Boolean
'Usage
Dim instance As MessagePart
Dim other As MessagePart
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    MessagePart other
)

Parameters

Return Value

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

See Also

Reference

MessagePart Class

MessagePart Members

Equals Overload

Microsoft.Rtc.Collaboration.GroupChat Namespace