ConferenceParticipantInformation.Equals Method (Object)
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 Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As ConferenceParticipantInformation
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
- obj
Type: System.Object
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