ConferenceParticipantInformation.Equality Operator
Gets whether 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
- participant1
Type: Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation
The first participant to compare.
- participant2
Type: System.Object
The instance to compare to.
Return Value
Type: System.Boolean
True if the participants are equal, otherwise returns false.
See Also
Reference
ConferenceParticipantInformation Class