Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the two participants are equal.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function Equals ( _
participant As ConversationParticipant _
) As Boolean
'Usage
Dim instance As ConversationParticipant
Dim participant As ConversationParticipant
Dim returnValue As Boolean
returnValue = instance.Equals(participant)
public bool Equals(
ConversationParticipant participant
)
Parameters
- participant
Type: Microsoft.Rtc.Collaboration.ConversationParticipant
The target participant object to compare with.
Return Value
Type: System.Boolean
Returns true when this instance matched the supplied target instance.