ConferenceParticipantInformation.Equals Method (ConferenceParticipantInformation)
Gets whether the current participant is equal to the passed participant.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function Equals ( _
obj As ConferenceParticipantInformation _
) As Boolean
'Usage
Dim instance As ConferenceParticipantInformation
Dim obj As ConferenceParticipantInformation
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public bool Equals(
ConferenceParticipantInformation obj
)
Parameters
- obj
Type: Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation
The target participant instance to compare with.
Return Value
Type: System.Boolean
True when this instance matched the supplied target instance.
See Also
Reference
ConferenceParticipantInformation Class