Share via


Equality Operator

Returns true if the two endpoints are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    endpoint1 As ParticipantEndpoint, _
    endpoint2 As Object _
) As Boolean
'Usage
Dim endpoint1 As ParticipantEndpoint
Dim endpoint2 As Object
Dim returnValue As Boolean

returnValue = (endpoint1 = endpoint2)
public static bool operator ==(
    ParticipantEndpoint endpoint1,
    Object endpoint2
)

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

ParticipantEndpoint Class

ParticipantEndpoint Members

Microsoft.Rtc.Collaboration Namespace