Equality Operator

Returns true if the two participants are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    participant1 As ConferenceParticipantInformation, _
    participant2 As Object _
) As Boolean
'Usage
Dim participant1 As ConferenceParticipantInformation
Dim participant2 As Object
Dim returnValue As Boolean

returnValue = (participant1 = participant2)
public static bool operator ==(
    ConferenceParticipantInformation participant1,
    Object participant2
)

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

ConferenceParticipantInformation Class

ConferenceParticipantInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace