Share via


SameEndpointComparer Property

Compares two participant objects to determine whether they represent the same endpoint.

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

Syntax

'Declaration
Public Shared ReadOnly Property SameEndpointComparer As IEqualityComparer(Of Participant)
    Get
'Usage
Dim value As IEqualityComparer(Of Participant)

value = Participant.SameEndpointComparer
public static IEqualityComparer<Participant> SameEndpointComparer { get; }

Property Value

Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'Participant>)>)>

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace